From ac55a7a0a89fe9a1f39e33ee3445b644c68fa0c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Nov 2017 10:39:14 +0200 Subject: Further work on build2 build, support for non-static plugin on Windows --- odb/generator.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/generator.cxx') diff --git a/odb/generator.cxx b/odb/generator.cxx index bb8e12f..d1c88e9 100644 --- a/odb/generator.cxx +++ b/odb/generator.cxx @@ -16,8 +16,13 @@ #include #include +#ifdef ODB_BUILD2 +#include +#include +#else #include #include +#endif #include #include -- cgit v1.1