From a4aeed97fe567dd40fd86498637d461a68eb4eed Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Aug 2016 09:36:19 +0200 Subject: Forward-declare query result --- odb/forward.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/forward.hxx') 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 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 -- cgit v1.1