summaryrefslogtreecommitdiff
path: root/src/buildtool/common/user_structs.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-08 12:42:32 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:05 +0100
commite89833e12fd374a107e7595d63c4b4f17a4c7496 (patch)
tree1e29401c3dda89c22f1c212f6f9277c6c0c76625 /src/buildtool/common/user_structs.hpp
parent0d80574a5bd6cfe21827a7e0da2ddc84773363a3 (diff)
downloadjustbuild-e89833e12fd374a107e7595d63c4b4f17a4c7496.tar.gz
common: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/common/user_structs.hpp')
-rw-r--r--src/buildtool/common/user_structs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/user_structs.hpp b/src/buildtool/common/user_structs.hpp
index 019d5925..9f67ed45 100644
--- a/src/buildtool/common/user_structs.hpp
+++ b/src/buildtool/common/user_structs.hpp
@@ -15,11 +15,11 @@
#ifndef INCLUDED_SRC_BUILDTOOL_COMMON_USER_STRUCTS_HPP
#define INCLUDED_SRC_BUILDTOOL_COMMON_USER_STRUCTS_HPP
+#include <algorithm>
#include <filesystem>
#include <functional>
#include <memory>
#include <optional>
-#include <string>
#include <vector>
#include "nlohmann/json.hpp"