From 9dd98e0a3d34318f912b240f38f4c7e9181595b5 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:50:29 +0100 Subject: other_tools/utils: Implement IWYU suggestions --- src/other_tools/utils/curl_easy_handle.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/other_tools/utils/curl_easy_handle.cpp') diff --git a/src/other_tools/utils/curl_easy_handle.cpp b/src/other_tools/utils/curl_easy_handle.cpp index 43bdfced..844e478e 100644 --- a/src/other_tools/utils/curl_easy_handle.cpp +++ b/src/other_tools/utils/curl_easy_handle.cpp @@ -15,9 +15,10 @@ #include "src/other_tools/utils/curl_easy_handle.hpp" #include +#include #include -#include "gsl/gsl" +#include "fmt/core.h" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" -- cgit v1.2.3