X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Frand%2FWorleyNoise.hpp;h=24ef7243650762cea55e1354fe8f63ba0bc5e720;hb=fab49d91255ef7d265817213c3da7e5f81df97a0;hp=20631c46b6749ba917ee5c016263548ae6a1689c;hpb=b7d09e1e35ef90282c97509e0020b20db3c7ea9f;p=blank.git diff --git a/src/rand/WorleyNoise.hpp b/src/rand/WorleyNoise.hpp index 20631c4..24ef724 100644 --- a/src/rand/WorleyNoise.hpp +++ b/src/rand/WorleyNoise.hpp @@ -1,7 +1,7 @@ #ifndef BLANK_RAND_WORLEYNOISE_HPP_ #define BLANK_RAND_WORLEYNOISE_HPP_ -#include +#include "../graphics/glm.hpp" namespace blank {