aboutsummaryrefslogtreecommitdiff
path: root/odb/post.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/post.hxx')
-rw-r--r--odb/post.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/post.hxx b/odb/post.hxx
new file mode 100644
index 0000000..89ab2eb
--- /dev/null
+++ b/odb/post.hxx
@@ -0,0 +1,8 @@
+// file : odb/post.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifdef _MSC_VER
+# include <odb/compilers/vc/post.hxx>
+#endif