From bcd33a89df2c0672e61691257bbb67e2c28c5c1e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 16 Nov 2014 18:09:32 +0100 Subject: [PATCH] Fixed build issue --- glm/gtx/bit.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/glm/gtx/bit.hpp b/glm/gtx/bit.hpp index 92138626..8f4ebdd9 100644 --- a/glm/gtx/bit.hpp +++ b/glm/gtx/bit.hpp @@ -40,7 +40,6 @@ // Dependencies #include "../gtc/bitfield.hpp" -#include "../gtc/integer.hpp" #if(defined(GLM_MESSAGES)) # pragma message("GLM: GLM_GTX_bit extension is deprecated, include GLM_GTC_bitfield and GLM_GTC_integer instead")