From 7af5ec895934e204994aee05328b7765766414c2 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 30 Nov 2014 22:06:39 +0100 Subject: [PATCH] Fixed build --- glm/detail/_noise.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/detail/_noise.hpp b/glm/detail/_noise.hpp index c60b46ae..94c835d5 100644 --- a/glm/detail/_noise.hpp +++ b/glm/detail/_noise.hpp @@ -35,6 +35,7 @@ #include "../vec2.hpp" #include "../vec3.hpp" #include "../vec4.hpp" +#include "../common.hpp" namespace glm{ namespace detail