From c04f7d6ed04d62efafa79a87bcde6c5f62e95327 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2012 11:54:24 +0200 Subject: Completion of the CLI port --- xsd/cxx/tree/name-processor.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xsd/cxx/tree/name-processor.hxx') diff --git a/xsd/cxx/tree/name-processor.hxx b/xsd/cxx/tree/name-processor.hxx index 09fc017..2d87388 100644 --- a/xsd/cxx/tree/name-processor.hxx +++ b/xsd/cxx/tree/name-processor.hxx @@ -7,6 +7,7 @@ #define CXX_TREE_NAME_PROCESSOR_HXX #include +#include namespace CXX { @@ -20,7 +21,7 @@ namespace CXX NameProcessor (); // Dummy ctor, helps with long symbols on HP-UX. Boolean - process (CLI::Options const&, + process (options const&, XSDFrontend::SemanticGraph::Schema&, XSDFrontend::SemanticGraph::Path const& file, StringLiteralMap const&); -- cgit v1.1