summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/qdoc/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdoc/qdoc/main.cpp')
-rw-r--r--tests/auto/qdoc/qdoc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdoc/qdoc/main.cpp b/tests/auto/qdoc/qdoc/main.cpp
index 70473bc7b..cec18afba 100644
--- a/tests/auto/qdoc/qdoc/main.cpp
+++ b/tests/auto/qdoc/qdoc/main.cpp
@@ -1,5 +1,5 @@
#define CATCH_CONFIG_RUNNER
-#include <catch.hpp>
+#include <catch/catch.hpp>
// A custom main was provided to avoid linking errors when using minGW
// that were appearing in CI.