aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/makefile b/odb/makefile
index c57ed9f..bb0deba 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -200,7 +200,8 @@ $(gen): cli_options += \
--generate-file-scanner \
--include-with-brackets \
--include-prefix odb \
---guard-prefix ODB
+--guard-prefix ODB \
+--cxx-prologue '\#include <odb/option-parsers.hxx>'
$(call include-dep,$(cxx_pod) $(cxx_dod) $(cxx_cod),\
$(cxx_pobj) $(cxx_dobj) $(cxx_cobj),$(gen))