diff options
Diffstat (limited to 'test/utils/cpp/path_rebase.test.cpp')
-rw-r--r-- | test/utils/cpp/path_rebase.test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/utils/cpp/path_rebase.test.cpp b/test/utils/cpp/path_rebase.test.cpp index fe62e0be..d0d0b7e7 100644 --- a/test/utils/cpp/path_rebase.test.cpp +++ b/test/utils/cpp/path_rebase.test.cpp @@ -14,6 +14,9 @@ #include "src/utils/cpp/path_rebase.hpp" +#include <string> +#include <vector> + #include "catch2/catch_test_macros.hpp" TEST_CASE("rebase", "[path_rebase]") { |