diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-08 03:00:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 03:00:57 -0400 |
commit | f156a45c0155c7fe227dfb74a92d797e3d3f2032 (patch) | |
tree | 6005bc1d441409a49dff6ef7a562e47482eae6db /src/tests/glad.cpp | |
parent | 6a5d0328097a75e002606a209bdf2dbd495d33bb (diff) | |
parent | 62b0b83fd8ea64a17172355ff36300b3d0b82a20 (diff) |
Merge pull request #972 from lioncash/catch
externals: Update catch to 2.3.0
Diffstat (limited to 'src/tests/glad.cpp')
-rw-r--r-- | src/tests/glad.cpp | 2 |
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. |