Browse Source

Fixed build

Christophe Riccio 7 years ago
parent
commit
d1487eec8e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/ext/scalar_ulp.inl

+ 1 - 0
glm/ext/scalar_ulp.inl

@@ -8,6 +8,7 @@
 #include "../detail/type_float.hpp"
 #include "../ext/scalar_constants.hpp"
 #include <cmath>
+#include <cfloat>
 
 #if(GLM_COMPILER & GLM_COMPILER_VC)
 #	pragma warning(push)