Added missing include for VC2005

This commit is contained in:
Christophe Riccio 2013-09-23 09:48:39 +02:00
parent 1e69dfe30e
commit 3b3c28a227

View File

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