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 /relationship | |
parent | d8f2d1a627160a47f028ebfb58e8bf1317a36b98 (diff) |
Include missing header
Diffstat (limited to 'relationship')
-rw-r--r-- | relationship/driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/relationship/driver.cxx b/relationship/driver.cxx index 9d09913..d31e056 100644 --- a/relationship/driver.cxx +++ b/relationship/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 |