From 7ce07d1c371e32e474897e8b03da7e330aaefb57 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 6 Sep 2011 16:56:07 +0200 Subject: Support for views; native part --- odb/pgsql/forward.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/pgsql/forward.hxx') diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx index 046942d..0e1fb10 100644 --- a/odb/pgsql/forward.hxx +++ b/odb/pgsql/forward.hxx @@ -30,6 +30,9 @@ namespace odb class object_statements; template + class view_statements; + + template class container_statements; } -- cgit v1.1