aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-17 12:46:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-17 12:46:48 +0200
commita15bb990af3ed0b93483703221a89235d95db96a (patch)
treeeafd9d702553adf626ccf2198252ed99c00c295e
parentd8f2d1a627160a47f028ebfb58e8bf1317a36b98 (diff)
Include missing header
-rw-r--r--inverse/driver.cxx1
-rw-r--r--relationship/driver.cxx1
2 files changed, 2 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
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