]> git.localhorst.tv Git - blank.git/blobdiff - src/rand/WorleyNoise.hpp
glm backwards compatibility
[blank.git] / src / rand / WorleyNoise.hpp
index 20631c46b6749ba917ee5c016263548ae6a1689c..24ef7243650762cea55e1354fe8f63ba0bc5e720 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLANK_RAND_WORLEYNOISE_HPP_
 #define BLANK_RAND_WORLEYNOISE_HPP_
 
-#include <glm/glm.hpp>
+#include "../graphics/glm.hpp"
 
 
 namespace blank {