summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common/execution_common.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-11 11:25:56 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:05 +0100
commit639980ca8ed463c2da1fb47a2b7d1f204e1768b0 (patch)
treea9bf79465a05ee2c608b0b22fff15e55b1889c23 /src/buildtool/execution_api/common/execution_common.hpp
parent15590199aba42ec3892f13da9282624b2c49c1c6 (diff)
downloadjustbuild-639980ca8ed463c2da1fb47a2b7d1f204e1768b0.tar.gz
execution_api remaining: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/execution_api/common/execution_common.hpp')
-rw-r--r--src/buildtool/execution_api/common/execution_common.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/common/execution_common.hpp b/src/buildtool/execution_api/common/execution_common.hpp
index 0cf0983d..7a55003c 100644
--- a/src/buildtool/execution_api/common/execution_common.hpp
+++ b/src/buildtool/execution_api/common/execution_common.hpp
@@ -24,6 +24,8 @@
#include <array>
#include <cstddef>
+#include <cstdint>
+#include <exception>
#include <filesystem>
#include <optional>
#include <random>
@@ -31,6 +33,7 @@
#include <string>
#include <thread>
+#include "fmt/core.h"
#include "gsl/gsl"
#include "src/buildtool/crypto/hash_function.hpp"
#include "src/buildtool/logging/log_level.hpp"