summaryrefslogtreecommitdiff
path: root/src/buildtool/logging/log_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/logging/log_config.hpp')
-rw-r--r--src/buildtool/logging/log_config.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buildtool/logging/log_config.hpp b/src/buildtool/logging/log_config.hpp
index 341189ce..20c579af 100644
--- a/src/buildtool/logging/log_config.hpp
+++ b/src/buildtool/logging/log_config.hpp
@@ -15,6 +15,10 @@
#ifndef INCLUDED_SRC_BUILDTOOL_LOGGING_LOG_CONFIG_HPP
#define INCLUDED_SRC_BUILDTOOL_LOGGING_LOG_CONFIG_HPP
+#include <algorithm>
+#include <functional>
+#include <iterator>
+#include <memory>
#include <mutex>
#include <utility> // std::move
#include <vector>