From c2b7e8a5a7bc98bcf5e03b32eefaa664442c26fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Sep 2009 19:17:22 +0200 Subject: Add option file for the CLI compiler itself --- cli/generator.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cli/generator.hxx') diff --git a/cli/generator.hxx b/cli/generator.hxx index 40081af..c9b449d 100644 --- a/cli/generator.hxx +++ b/cli/generator.hxx @@ -6,7 +6,8 @@ #ifndef CLI_GENERATOR_HXX #define CLI_GENERATOR_HXX -#include +#include "options.hxx" +#include "semantics/unit.hxx" class generator { @@ -16,7 +17,7 @@ public: class failed {}; void - generate (semantics::cli_unit&, semantics::path const&); + generate (options const&, semantics::cli_unit&, semantics::path const&); private: generator (generator const&); -- cgit v1.1