aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index 566b3f0..ec502d2 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -12,6 +12,14 @@ namespace odb
{
class database;
class transaction;
+ class session;
+
+ namespace core
+ {
+ using odb::database;
+ using odb::transaction;
+ using odb::session;
+ }
// Implementation details.
//