summaryrefslogtreecommitdiff
path: root/odb/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/generator.cxx')
-rw-r--r--odb/generator.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 4538e54..87cc56f 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -16,6 +16,8 @@
#include <odb/context.hxx>
#include <odb/generator.hxx>
+#include <odb/source.hxx>
+
using namespace std;
using namespace cutl;
@@ -130,7 +132,7 @@ generate (options const& ops, semantics::unit& unit, path const& p)
(br ? '>' : '"') << endl
<< endl;
- // generate_source (ctx);
+ generate_source (ctx);
}
auto_rm.cancel ();