From 8d89bf37dd4ef3cb7373e1841ff57a53916fff0d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Mar 2012 08:36:21 +0200 Subject: Polymorphic inheritance support --- odb/validator.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/validator.hxx') 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 +#include #include class validator @@ -17,6 +18,7 @@ public: // void validate (options const&, + features&, semantics::unit&, semantics::path const&, unsigned short pass); -- cgit v1.1