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/buildtool/system/system_command.test.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/buildtool/system/system_command.test.cpp') diff --git a/test/buildtool/system/system_command.test.cpp b/test/buildtool/system/system_command.test.cpp index a2fc5d35..69301599 100644 --- a/test/buildtool/system/system_command.test.cpp +++ b/test/buildtool/system/system_command.test.cpp @@ -14,10 +14,14 @@ #include "src/buildtool/system/system_command.hpp" +#include #include #include -#include +#include +#include #include +#include +#include #include "catch2/catch_test_macros.hpp" #include "catch2/matchers/catch_matchers_all.hpp" -- cgit v1.2.3