summaryrefslogtreecommitdiff
path: root/test/test-maths.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-03-05 19:39:40 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-03-05 19:39:40 +0000
commit67535647999faea49daf43bfeafeb4c4fc4f26ea (patch)
treedeb9fec414a9ff4a473aa55a224f48250cb716e5 /test/test-maths.cpp
parentTest rotation funcs with a huge range of random values (diff)
downloadilt-67535647999faea49daf43bfeafeb4c4fc4f26ea.tar.bz2
ilt-67535647999faea49daf43bfeafeb4c4fc4f26ea.tar.xz
ilt-67535647999faea49daf43bfeafeb4c4fc4f26ea.zip
Template rotations and add one for 2D rotation matrix
Diffstat (limited to 'test/test-maths.cpp')
-rw-r--r--test/test-maths.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp
index ea60f2a..420b69e 100644
--- a/test/test-maths.cpp
+++ b/test/test-maths.cpp
@@ -5,6 +5,7 @@
#include <glm/gtx/transform.hpp>
#include <stream_support.hpp>
#include <string_view>
+#include <type_traits>
#include <glm/glm.hpp>
#include <maths.h>