summaryrefslogtreecommitdiffstats
path: root/src/tests/glad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/glad.cpp')
-rw-r--r--src/tests/glad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/glad.cpp b/src/tests/glad.cpp
index b0b016440..1797c0e3d 100644
--- a/src/tests/glad.cpp
+++ b/src/tests/glad.cpp
@@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <catch.hpp>
+#include <catch2/catch.hpp>
#include <glad/glad.h>
// This is not an actual test, but a work-around for issue #2183.