summaryrefslogtreecommitdiff
path: root/src/other_tools/utils/curl_easy_handle.hpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 09:50:29 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:06 +0100
commit9dd98e0a3d34318f912b240f38f4c7e9181595b5 (patch)
treeb9fb351b03acfd9f34b9f94246dee497eff677ac /src/other_tools/utils/curl_easy_handle.hpp
parenta86df51d15da0c55ff7aded9f05d2c23d828eda8 (diff)
downloadjustbuild-9dd98e0a3d34318f912b240f38f4c7e9181595b5.tar.gz
other_tools/utils: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/utils/curl_easy_handle.hpp')
-rw-r--r--src/other_tools/utils/curl_easy_handle.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/utils/curl_easy_handle.hpp b/src/other_tools/utils/curl_easy_handle.hpp
index a3dd6e06..6e600209 100644
--- a/src/other_tools/utils/curl_easy_handle.hpp
+++ b/src/other_tools/utils/curl_easy_handle.hpp
@@ -17,11 +17,12 @@
#include <cstddef>
#include <filesystem>
-#include <functional>
+#include <iosfwd>
#include <memory>
#include <optional>
#include <string>
+#include "gsl/gsl"
#include "src/buildtool/logging/log_level.hpp"
#include "src/other_tools/utils/curl_context.hpp"