aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-25 16:52:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-25 16:52:35 +0200
commit92349548ad2c2381d66ea2fc501b5466fed9789c (patch)
tree86c8666797847674d881f634a4b82cfd55de8dd8 /odb/sqlite/result.cxx
parentacee0bb337fe1895a4d06166effccfbade095a1c (diff)
Use forward-declared query class in result interface
Diffstat (limited to 'odb/sqlite/result.cxx')
-rw-r--r--odb/sqlite/result.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/sqlite/result.cxx b/odb/sqlite/result.cxx
index 7e4116f..29afb3b 100644
--- a/odb/sqlite/result.cxx
+++ b/odb/sqlite/result.cxx
@@ -4,6 +4,7 @@
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/sqlite/result.hxx>
+#include <odb/sqlite/query.hxx>
namespace odb
{