aboutsummaryrefslogtreecommitdiff
path: root/mapping
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-27 15:41:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-27 15:41:11 +0200
commit3e7e99c8ea5b06971af0b9789f5dfaa4b35955ed (patch)
tree376fc2eaf4ab65496adfe9fa052cccf7ef5ffb9b /mapping
parentd3e68edc2b5e37ed3b585dde1f36066e5c3c02e6 (diff)
Add missing header include
Diffstat (limited to 'mapping')
-rw-r--r--mapping/database.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapping/database.hxx b/mapping/database.hxx
index 3bb4b62..7920d93 100644
--- a/mapping/database.hxx
+++ b/mapping/database.hxx
@@ -19,6 +19,7 @@
#if defined(DATABASE_MYSQL)
# include <odb/mysql/database.hxx>
#elif defined(DATABASE_SQLITE)
+# include <odb/transaction.hxx>
# include <odb/schema-catalog.hxx>
# include <odb/sqlite/database.hxx>
#endif