aboutsummaryrefslogtreecommitdiff
path: root/odb/pre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pre.hxx')
-rw-r--r--odb/pre.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/pre.hxx b/odb/pre.hxx
new file mode 100644
index 0000000..63acb3e
--- /dev/null
+++ b/odb/pre.hxx
@@ -0,0 +1,8 @@
+// file : odb/pre.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/pre.hxx>
+#endif