From d1487eec8e93b02562097eda7129ed88e2fe782d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 27 Sep 2018 11:44:08 +0200 Subject: [PATCH] Fixed build --- glm/ext/scalar_ulp.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/ext/scalar_ulp.inl b/glm/ext/scalar_ulp.inl index f70c19ed..2489311a 100644 --- a/glm/ext/scalar_ulp.inl +++ b/glm/ext/scalar_ulp.inl @@ -8,6 +8,7 @@ #include "../detail/type_float.hpp" #include "../ext/scalar_constants.hpp" #include +#include #if(GLM_COMPILER & GLM_COMPILER_VC) # pragma warning(push)