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