aboutsummaryrefslogtreecommitdiff
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
parentd3e68edc2b5e37ed3b585dde1f36066e5c3c02e6 (diff)
Add missing header include
-rw-r--r--boost/database.hxx1
-rw-r--r--composite/database.hxx1
-rw-r--r--container/database.hxx1
-rw-r--r--hello/database.hxx1
-rw-r--r--inverse/database.hxx1
-rw-r--r--mapping/database.hxx1
-rw-r--r--query/database.hxx1
-rw-r--r--relationship/database.hxx1
-rw-r--r--template/database.hxx1
9 files changed, 9 insertions, 0 deletions
diff --git a/boost/database.hxx b/boost/database.hxx
index 98dd3f9..2856468 100644
--- a/boost/database.hxx
+++ b/boost/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
diff --git a/composite/database.hxx b/composite/database.hxx
index 80047a8..52010cc 100644
--- a/composite/database.hxx
+++ b/composite/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
diff --git a/container/database.hxx b/container/database.hxx
index 1f56099..78d0e17 100644
--- a/container/database.hxx
+++ b/container/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
diff --git a/hello/database.hxx b/hello/database.hxx
index 1bdd454..0d382e4 100644
--- a/hello/database.hxx
+++ b/hello/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
diff --git a/inverse/database.hxx b/inverse/database.hxx
index 91ffb34..087a059 100644
--- a/inverse/database.hxx
+++ b/inverse/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
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
diff --git a/query/database.hxx b/query/database.hxx
index 781c1a7..a8abef1 100644
--- a/query/database.hxx
+++ b/query/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
diff --git a/relationship/database.hxx b/relationship/database.hxx
index 3ad6394..79d3a8c 100644
--- a/relationship/database.hxx
+++ b/relationship/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
diff --git a/template/database.hxx b/template/database.hxx
index 698a64a..231dfcc 100644
--- a/template/database.hxx
+++ b/template/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