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