diff options
Diffstat (limited to 'test/buildtool/system/system_command.test.cpp')
-rw-r--r-- | test/buildtool/system/system_command.test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/buildtool/system/system_command.test.cpp b/test/buildtool/system/system_command.test.cpp index dbe73006..292f437f 100644 --- a/test/buildtool/system/system_command.test.cpp +++ b/test/buildtool/system/system_command.test.cpp @@ -15,7 +15,8 @@ #include <cstdlib> #include <iostream> -#include "catch2/catch.hpp" +#include "catch2/catch_test_macros.hpp" +#include "catch2/matchers/catch_matchers_all.hpp" #include "src/buildtool/system/system_command.hpp" namespace { |