From 3b3c28a227cc3cb3cc0824f94adfedce9c863b79 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 23 Sep 2013 09:48:39 +0200 Subject: [PATCH] Added missing include for VC2005 --- glm/core/func_integer.inl | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/core/func_integer.inl b/glm/core/func_integer.inl index 4d564f30..77eac582 100644 --- a/glm/core/func_integer.inl +++ b/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 namespace glm {