diff options
Diffstat (limited to 'boost')
-rw-r--r-- | boost/database.hxx | 1 |
1 files changed, 1 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 |