diff options
Diffstat (limited to 'test/utils/logging/log_config.hpp')
-rw-r--r-- | test/utils/logging/log_config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/utils/logging/log_config.hpp b/test/utils/logging/log_config.hpp index 54095469..816e73b9 100644 --- a/test/utils/logging/log_config.hpp +++ b/test/utils/logging/log_config.hpp @@ -16,6 +16,8 @@ #define INCLUDED_SRC_TEST_UTILS_LOGGING_LOG_CONFIG_HPP #include <cstdlib> +#include <exception> +#include <string> // std::stoul #include "src/buildtool/logging/log_config.hpp" #include "src/buildtool/logging/log_level.hpp" |