diff --git a/projects/SelfTest/CmdLineTests.cpp b/projects/SelfTest/CmdLineTests.cpp index 719c89b8..83b79fde 100644 --- a/projects/SelfTest/CmdLineTests.cpp +++ b/projects/SelfTest/CmdLineTests.cpp @@ -7,7 +7,7 @@ */ #include "catch.hpp" -#include "catch_test_spec_parser.hpp" +#include "internal/catch_test_spec_parser.hpp" #ifdef __clang__ # pragma clang diagnostic ignored "-Wc++98-compat"