diff options
-rw-r--r-- | odb/forward.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx index 8cb0dbf..b07da5c 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -37,6 +37,7 @@ namespace odb class statement; class session; class section; + template <typename T> class result; namespace common { @@ -44,6 +45,7 @@ namespace odb using odb::schema_version_migration; using odb::session; using odb::section; + using odb::result; } namespace core |