From e047c360dcc5cbdc01ee19a1b755bb70d883e41c Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 4 Apr 2024 16:34:29 +0200 Subject: test: Add missing includes and fix deps --- test/utils/logging/log_config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/utils/logging/log_config.hpp') 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 +#include +#include // std::stoul #include "src/buildtool/logging/log_config.hpp" #include "src/buildtool/logging/log_level.hpp" -- cgit v1.2.3