X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Frand%2FSimplexNoise.hpp;h=dbe3d59c61950c59ee97983e879309a8f288a5d4;hb=f9a060d3e46fbfb0daefc0623fa217a62e5c8c2b;hp=6260426fe8235fe1a6afbeb4f0ff0e9c66f34c4b;hpb=9240fdf2e68ee014da0d0a89a7fb2f29ebf28e2d;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 {