From 12f0ca520d6477c6b8bc71554018fd00deb549b0 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 25 Sep 2015 03:20:54 +0200 Subject: [PATCH] Fixed build --- glm/gtx/component_wise.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glm/gtx/component_wise.inl b/glm/gtx/component_wise.inl index 2a27f6f0..99936e37 100644 --- a/glm/gtx/component_wise.inl +++ b/glm/gtx/component_wise.inl @@ -30,6 +30,8 @@ /// @author Christophe Riccio /////////////////////////////////////////////////////////////////////////////////////////////////// +#include + namespace glm{ namespace detail {