X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Frand%2FSimplexNoise.hpp;h=dbe3d59c61950c59ee97983e879309a8f288a5d4;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=6260426fe8235fe1a6afbeb4f0ff0e9c66f34c4b;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;p=blank.git diff --git a/src/rand/SimplexNoise.hpp b/src/rand/SimplexNoise.hpp index 6260426..dbe3d59 100644 --- a/src/rand/SimplexNoise.hpp +++ b/src/rand/SimplexNoise.hpp @@ -1,8 +1,9 @@ #ifndef BLANK_RAND_SIMPLEXNOISE_HPP_ #define BLANK_RAND_SIMPLEXNOISE_HPP_ +#include "../graphics/glm.hpp" + #include -#include namespace blank {