diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-13 19:35:36 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-13 19:43:19 +0000 |
commit | 63ed9375ecdaf23edff41466a33d7ef766503b3f (patch) | |
tree | 8ca6af1b0dc240746ed6d0cb163ef81d92ea4be6 /game/geoData.cpp | |
parent | Configure cppcheck libraries (diff) | |
download | ilt-63ed9375ecdaf23edff41466a33d7ef766503b3f.tar.bz2 ilt-63ed9375ecdaf23edff41466a33d7ef766503b3f.tar.xz ilt-63ed9375ecdaf23edff41466a33d7ef766503b3f.zip |
Fix up includes
Diffstat (limited to 'game/geoData.cpp')
-rw-r--r-- | game/geoData.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/geoData.cpp b/game/geoData.cpp index c9e909b..2028937 100644 --- a/game/geoData.cpp +++ b/game/geoData.cpp @@ -5,6 +5,8 @@ #include <cmath> #include <cstddef> #include <glm/gtx/intersect.hpp> +#include <initializer_list> +#include <limits> #include <maths.h> #include <random> #include <ray.hpp> |