From 9c3d4539b820b34ca112dedbaf2ed5262c003ace Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:44:47 +0100 Subject: tests: Implement IWYU suggestions --- test/other_tools/utils/curl_url.test.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/other_tools/utils/curl_url.test.cpp') diff --git a/test/other_tools/utils/curl_url.test.cpp b/test/other_tools/utils/curl_url.test.cpp index a591ac92..a10d48c0 100644 --- a/test/other_tools/utils/curl_url.test.cpp +++ b/test/other_tools/utils/curl_url.test.cpp @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include +#include +#include +#include + #include "catch2/catch_test_macros.hpp" #include "src/other_tools/utils/curl_url_handle.hpp" -- cgit v1.2.3