aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-18 12:50:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-18 12:50:55 +0200
commit350e9f53dcc4922c5f6445eeb33000aece4302c5 (patch)
treec778f1209cec23353fe7a6e3e8ecb59017a0af33
parentc02136b61cf78bd28c05b9744299cc0dacbfef9d (diff)
Add missing odb/database.hxx include
-rw-r--r--odb/schema-catalog.cxx1
-rw-r--r--odb/schema-catalog.hxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/odb/schema-catalog.cxx b/odb/schema-catalog.cxx
index 7205ff6..d223647 100644
--- a/odb/schema-catalog.cxx
+++ b/odb/schema-catalog.cxx
@@ -6,7 +6,6 @@
#include <vector>
#include <cassert>
-#include <odb/database.hxx>
#include <odb/exceptions.hxx>
#include <odb/schema-catalog.hxx>
#include <odb/schema-catalog-impl.hxx>
diff --git a/odb/schema-catalog.hxx b/odb/schema-catalog.hxx
index 8b06a79..7d675fe 100644
--- a/odb/schema-catalog.hxx
+++ b/odb/schema-catalog.hxx
@@ -17,6 +17,7 @@
#endif
#include <odb/forward.hxx> // schema_version, odb::core
+#include <odb/database.hxx>
#include <odb/details/export.hxx>
#include <odb/details/unused.hxx>