summaryrefslogtreecommitdiff
path: root/odb/validator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/validator.hxx')
-rw-r--r--odb/validator.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/validator.hxx b/odb/validator.hxx
index ad9cb32..090cf86 100644
--- a/odb/validator.hxx
+++ b/odb/validator.hxx
@@ -6,6 +6,7 @@
#define ODB_VALIDATOR_HXX
#include <odb/options.hxx>
+#include <odb/features.hxx>
#include <odb/semantics/unit.hxx>
class validator
@@ -17,6 +18,7 @@ public:
//
void
validate (options const&,
+ features&,
semantics::unit&,
semantics::path const&,
unsigned short pass);