summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index b52ead3..d1a9073 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -24,6 +24,7 @@
#include <odb/options.hxx>
#include <odb/cxx-token.hxx>
#include <odb/semantics.hxx>
+#include <odb/semantics/relational/model.hxx>
#include <odb/traversal.hxx>
using std::endl;
@@ -787,7 +788,10 @@ private:
// Create concrete database context.
//
std::auto_ptr<context>
-create_context (std::ostream&, semantics::unit&, options const&);
+create_context (std::ostream&,
+ semantics::unit&,
+ options const&,
+ semantics::relational::model*);
// Checks if scope Y names any of X.
//