From 5330a835484f16318b3b074f8cf8890203eb3393 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 12 Feb 2023 18:57:09 +0100 Subject: Convert from webserver API to FCGI --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index fff7f9d..2ef8a83 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,6 @@ #pragma once +#include #include const std::string default_config_filename{"/etc/weblog.conf"}; @@ -14,7 +15,7 @@ private: std::string m_keywords; public: - Config(const std::string& config_filename = default_config_filename); + Config(const std::filesystem::path& config_filename = default_config_filename); std::string getDataPath() const; std::string getListenAddress() const; -- cgit v1.2.3