diff options
-rw-r--r-- | boost/database.hxx | 1 | ||||
-rw-r--r-- | composite/database.hxx | 1 | ||||
-rw-r--r-- | container/database.hxx | 1 | ||||
-rw-r--r-- | hello/database.hxx | 1 | ||||
-rw-r--r-- | inverse/database.hxx | 1 | ||||
-rw-r--r-- | mapping/database.hxx | 1 | ||||
-rw-r--r-- | query/database.hxx | 1 | ||||
-rw-r--r-- | relationship/database.hxx | 1 | ||||
-rw-r--r-- | template/database.hxx | 1 |
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 |