aboutsummaryrefslogtreecommitdiff
path: root/odb/generator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/generator.hxx')
-rw-r--r--odb/generator.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/generator.hxx b/odb/generator.hxx
index 5a1bbdf..98454a3 100644
--- a/odb/generator.hxx
+++ b/odb/generator.hxx
@@ -5,6 +5,8 @@
#ifndef ODB_GENERATOR_HXX
#define ODB_GENERATOR_HXX
+#include <vector>
+
#include <odb/options.hxx>
#include <odb/features.hxx>
#include <odb/semantics/unit.hxx>
@@ -18,7 +20,8 @@ public:
generate (options const&,
features&,
semantics::unit&,
- semantics::path const&);
+ semantics::path const& file,
+ std::vector<semantics::path> const& inputs);
generator () {}