diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
commit | 169068b417323232cc6aac440f3d7a2d918b5917 (patch) | |
tree | 6a97eba1b3027feaa8e5530f7df625c0430a61b1 /test | |
parent | Add our first vehicle (diff) | |
download | ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.bz2 ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.xz ilt-169068b417323232cc6aac440f3d7a2d918b5917.zip |
Code tidy-up
Diffstat (limited to 'test')
-rw-r--r-- | test/test-maths.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-maths.cpp b/test/test-maths.cpp index 6187c46..b620aae 100644 --- a/test/test-maths.cpp +++ b/test/test-maths.cpp @@ -4,7 +4,9 @@ #include <boost/test/unit_test.hpp> #include <stream_support.hpp> +#include <glm/glm.hpp> #include <maths.h> +#include <tuple> constexpr auto quarter_pi = pi / 4.F; using vecter_to_angle = std::tuple<glm::vec3, float>; |