aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-16 09:36:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-16 09:36:19 +0200
commita4aeed97fe567dd40fd86498637d461a68eb4eed (patch)
tree49a0318f30b90329b7a339ce8ca25d03a505dd6f
parent42ad88d4d878bcf3b2ca3b2d23ff2106a6bdafb8 (diff)
Forward-declare query result
-rw-r--r--odb/forward.hxx2
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