aboutsummaryrefslogtreecommitdiff
path: root/odb/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/config.hxx')
-rw-r--r--odb/details/config.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/details/config.hxx b/odb/details/config.hxx
index 36875fa..91efcea 100644
--- a/odb/details/config.hxx
+++ b/odb/details/config.hxx
@@ -65,7 +65,11 @@
# define ODB_THREADS_NONE
# define LIBODB_STATIC_LIB
#elif defined(LIBODB_BUILD2)
-# include <odb/details/build2/config.h>
+# if defined(_MSC_VER)
+# include <odb/details/build2/config-vc.h>
+# else
+# include <odb/details/build2/config.h>
+# endif
#elif defined(_MSC_VER)
# include <odb/details/config-vc.h>
#else