diff options
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> |