aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-05 10:20:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-05 10:20:47 +0200
commit0979184f66b49440758b7fc2b81172af7fe47ad8 (patch)
tree212b703960772b904f42f08d12ed37abe86297b7 /odb/mysql/forward.hxx
parent141253ea17264e122e440cae441bf3d952329d35 (diff)
Support for views; native part
Diffstat (limited to 'odb/mysql/forward.hxx')
-rw-r--r--odb/mysql/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/mysql/forward.hxx b/odb/mysql/forward.hxx
index 94b175b..08ada00 100644
--- a/odb/mysql/forward.hxx
+++ b/odb/mysql/forward.hxx
@@ -30,6 +30,9 @@ namespace odb
class object_statements;
template <typename T>
+ class view_statements;
+
+ template <typename T>
class container_statements;
}