aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:54:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-06 16:54:06 +0200
commit1b1cb92a27592da6ab9300b2c5c8384f7588e2af (patch)
tree2c4a92f14c303ff3aaced4e7b073f7180c0c5d6a /odb/sqlite/forward.hxx
parent7d3f2b0badf4298bca53936d22a0a22c74538713 (diff)
Support for views; native part
Diffstat (limited to 'odb/sqlite/forward.hxx')
-rw-r--r--odb/sqlite/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx
index a4e3376..5203434 100644
--- a/odb/sqlite/forward.hxx
+++ b/odb/sqlite/forward.hxx
@@ -30,6 +30,9 @@ namespace odb
class object_statements;
template <typename T>
+ class view_statements;
+
+ template <typename T>
class container_statements;
class query_params;