summaryrefslogtreecommitdiff
path: root/odb/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/generator.hxx')
-rw-r--r--odb/generator.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/generator.hxx b/odb/generator.hxx
index 4911883..5a1bbdf 100644
--- a/odb/generator.hxx
+++ b/odb/generator.hxx
@@ -6,6 +6,7 @@
#define ODB_GENERATOR_HXX
#include <odb/options.hxx>
+#include <odb/features.hxx>
#include <odb/semantics/unit.hxx>
class generator
@@ -14,7 +15,10 @@ public:
class failed {};
void
- generate (options const&, semantics::unit&, semantics::path const&);
+ generate (options const&,
+ features&,
+ semantics::unit&,
+ semantics::path const&);
generator () {}