From cdd36afdc183c0d8b5be95eeba9c77b790c44f0d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Wed, 26 Nov 2014 00:33:24 +0100 Subject: [PATCH] Fixed build --- glm/gtx/component_wise.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/gtx/component_wise.hpp b/glm/gtx/component_wise.hpp index 2907900a..fb6b6ed6 100644 --- a/glm/gtx/component_wise.hpp +++ b/glm/gtx/component_wise.hpp @@ -43,6 +43,7 @@ // Dependencies #include "../detail/setup.hpp" +#include "../detail/precision.hpp" #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED)) # pragma message("GLM: GLM_GTX_component_wise extension included")