From a30dc0f6f560ea6a5e1c3a0e656b8ad5aacc6bc5 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 26 Sep 2018 22:43:34 +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 11c0c017..f70c19ed 100644 --- a/glm/ext/scalar_ulp.inl +++ b/glm/ext/scalar_ulp.inl @@ -7,6 +7,7 @@ #include "../detail/type_float.hpp" #include "../ext/scalar_constants.hpp" +#include #if(GLM_COMPILER & GLM_COMPILER_VC) # pragma warning(push)