summaryrefslogtreecommitdiff
path: root/odb/semantics/relational.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-18 08:42:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:43 +0200
commitab135a6c31cd0e8c8b63b78781baa22442c1c129 (patch)
treea98a9cdf2e844a573e00e60264b437ce124339df /odb/semantics/relational.hxx
parent08b159e18527c2d6844e569b1309b5033b4d47c9 (diff)
Add changelog, changeset, and add_table semantics nodes
Diffstat (limited to 'odb/semantics/relational.hxx')
-rw-r--r--odb/semantics/relational.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/semantics/relational.hxx b/odb/semantics/relational.hxx
index 0dcc645..c2a6395 100644
--- a/odb/semantics/relational.hxx
+++ b/odb/semantics/relational.hxx
@@ -5,6 +5,8 @@
#ifndef ODB_SEMANTICS_RELATIONAL_HXX
#define ODB_SEMANTICS_RELATIONAL_HXX
+#include <odb/semantics/relational/changelog.hxx>
+#include <odb/semantics/relational/changeset.hxx>
#include <odb/semantics/relational/column.hxx>
#include <odb/semantics/relational/elements.hxx>
#include <odb/semantics/relational/foreign-key.hxx>