diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-17 12:46:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-17 12:46:48 +0200 |
commit | a15bb990af3ed0b93483703221a89235d95db96a (patch) | |
tree | eafd9d702553adf626ccf2198252ed99c00c295e /inverse/driver.cxx | |
parent | d8f2d1a627160a47f028ebfb58e8bf1317a36b98 (diff) |
Include missing header
Diffstat (limited to 'inverse/driver.cxx')
-rw-r--r-- | inverse/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inverse/driver.cxx b/inverse/driver.cxx index bffbf65..8b2538f 100644 --- a/inverse/driver.cxx +++ b/inverse/driver.cxx @@ -6,6 +6,7 @@ #include <iostream> #include <odb/database.hxx> +#include <odb/session.hxx> #include <odb/transaction.hxx> #include "database.hxx" // create_database |