From 57262d1a67f5620522a0fc8ec7c21c5e68e21349 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 29 Nov 2014 23:08:50 +0100 Subject: [PATCH] Fixed dependences --- glm/detail/_noise.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glm/detail/_noise.hpp b/glm/detail/_noise.hpp index 2184fbaf..c60b46ae 100644 --- a/glm/detail/_noise.hpp +++ b/glm/detail/_noise.hpp @@ -32,6 +32,10 @@ #pragma once +#include "../vec2.hpp" +#include "../vec3.hpp" +#include "../vec4.hpp" + namespace glm{ namespace detail {