summaryrefslogtreecommitdiff
path: root/odb/semantics.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-25 13:47:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-25 13:47:43 +0200
commit01f77f6d38283b4efbe2b55fc9c7c837fd6498dc (patch)
tree12059fa0c514a3f2b9da2a9419593e3596cc6f5d /odb/semantics.hxx
parentad637abaa62a26461b276769c35dd1b67036b54b (diff)
Add support for union, enum, class/union template
Diffstat (limited to 'odb/semantics.hxx')
-rw-r--r--odb/semantics.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/semantics.hxx b/odb/semantics.hxx
index 46350be..c30bece 100644
--- a/odb/semantics.hxx
+++ b/odb/semantics.hxx
@@ -7,10 +7,15 @@
#define ODB_SEMANTICS_HXX
#include <semantics/class.hxx>
+#include <semantics/class-template.hxx>
#include <semantics/derived.hxx>
#include <semantics/elements.hxx>
+#include <semantics/enum.hxx>
#include <semantics/fundamental.hxx>
#include <semantics/namespace.hxx>
+#include <semantics/template.hxx>
+#include <semantics/union.hxx>
+#include <semantics/union-template.hxx>
#include <semantics/unit.hxx>
#endif // ODB_SEMANTICS_HXX