Browse Source

Added missing include for VC2005

Christophe Riccio 12 years ago
parent
commit
3b3c28a227
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/core/func_integer.inl

+ 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
 {