2
0
Эх сурвалжийг харах

Added missing include for VC2005

Christophe Riccio 12 жил өмнө
parent
commit
3b3c28a227

+ 1 - 0
glm/core/func_integer.inl

@@ -37,6 +37,7 @@
 #	pragma intrinsic(_BitScanReverse)
 #endif//(GLM_COMPILER & GLM_COMPILER_VC)
 #endif//(GLM_ARCH != GLM_ARCH_PURE)
+#include <climits>
 
 namespace glm
 {