aboutsummaryrefslogtreecommitdiff
path: root/odb/core.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/core.hxx')
-rw-r--r--odb/core.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/core.hxx b/odb/core.hxx
index ea0ed05..53aea04 100644
--- a/odb/core.hxx
+++ b/odb/core.hxx
@@ -6,6 +6,8 @@
#ifndef ODB_CORE_HXX
#define ODB_CORE_HXX
+#include <odb/pre.hxx>
+
#ifdef ODB_COMPILER
# define ODB_PRAGMA_IMPL(x) _Pragma (#x)
# define ODB_PRAGMA(x) ODB_PRAGMA_IMPL (odb x)
@@ -15,4 +17,6 @@
#include <odb/forward.hxx>
+#include <odb/post.hxx>
+
#endif // ODB_CORE_HXX