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