diff options
Diffstat (limited to 'mod/database-module.hxx')
-rw-r--r-- | mod/database-module.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/database-module.hxx b/mod/database-module.hxx index a61e2e4..ec8f37e 100644 --- a/mod/database-module.hxx +++ b/mod/database-module.hxx @@ -18,6 +18,7 @@ #include <mod/module.hxx> #include <mod/options.hxx> +#include <mod/build-config.hxx> namespace brep { @@ -74,6 +75,8 @@ namespace brep butl::compare_c_string>> build_conf_map_; + shared_ptr<const bot_agent_keys> bot_agent_keys_; + private: virtual bool handle (request&, response&, log&); |