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-force.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/mod-build-force.hxx') diff --git a/mod/mod-build-force.hxx b/mod/mod-build-force.hxx index 1af7723..5448026 100644 --- a/mod/mod-build-force.hxx +++ b/mod/mod-build-force.hxx @@ -10,10 +10,11 @@ #include #include +#include namespace brep { - class build_force: public database_module + class build_force: public database_module, private build_config_module { public: build_force () = default; -- cgit v1.1