From 294c558d577cd4acb2ee8e94e0dfd6acdb946c6c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Dec 2018 23:12:05 +0300 Subject: Add support for build configuration class inheritance --- mod/mod-build-log.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/mod-build-log.hxx') 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 #include +#include namespace brep { - class build_log: public database_module + class build_log: public database_module, private build_config_module { public: build_log () = default; -- cgit v1.1