diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-03-05 19:39:40 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-03-05 19:39:40 +0000 |
| commit | 67535647999faea49daf43bfeafeb4c4fc4f26ea (patch) | |
| tree | deb9fec414a9ff4a473aa55a224f48250cb716e5 /test | |
| parent | Test rotation funcs with a huge range of random values (diff) | |
| download | ilt-67535647999faea49daf43bfeafeb4c4fc4f26ea.tar.bz2 ilt-67535647999faea49daf43bfeafeb4c4fc4f26ea.tar.xz ilt-67535647999faea49daf43bfeafeb4c4fc4f26ea.zip | |
Template rotations and add one for 2D rotation matrix
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-maths.cpp | 1 |
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> |
