summaryrefslogtreecommitdiff
path: root/cli/generator.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-27 19:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-27 19:17:22 +0200
commitc2b7e8a5a7bc98bcf5e03b32eefaa664442c26fe (patch)
tree9d900b5da803aaf55870c8364d4f605aa786d103 /cli/generator.hxx
parente7cd4db81539a04935f00ee01c81541ec1e9b464 (diff)
Add option file for the CLI compiler itself
Diffstat (limited to 'cli/generator.hxx')
-rw-r--r--cli/generator.hxx5
1 files changed, 3 insertions, 2 deletions
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 <semantics/unit.hxx>
+#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&);