diff options
Diffstat (limited to 'mod/mod-build-log.hxx')
-rw-r--r-- | mod/mod-build-log.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/mod-build-log.hxx b/mod/mod-build-log.hxx index 154403e..9c31286 100644 --- a/mod/mod-build-log.hxx +++ b/mod/mod-build-log.hxx @@ -10,10 +10,11 @@ #include <mod/options.hxx> #include <mod/database-module.hxx> +#include <mod/build-config-module.hxx> namespace brep { - class build_log: public database_module + class build_log: public database_module, private build_config_module { public: build_log () = default; |