diff options
-rw-r--r-- | odb/forward.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx index c387fb4..d51240a 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -16,11 +16,15 @@ namespace odb class transaction; class session; + template <typename T> + class result; + namespace core { using odb::database; using odb::transaction; using odb::session; + using odb::result; } // Implementation details. |