]> git.localhorst.tv Git - blank.git/blobdiff - src/rand/OctaveNoise.hpp
glm backwards compatibility
[blank.git] / src / rand / OctaveNoise.hpp
index 7d5832f30b32e9d26b7988e43683dc1db5943049..4c8b78eb0875b79c284833bc3c8f9ab98d5befe5 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLANK_RAND_OCTAVENOISE_HPP_
 #define BLANK_RAND_OCTAVENOISE_HPP_
 
-#include <glm/glm.hpp>
+#include "../graphics/glm.hpp"
 
 
 namespace blank {