]> git.localhorst.tv Git - blank.git/blobdiff - src/rand/SimplexNoise.hpp
glm backwards compatibility
[blank.git] / src / rand / SimplexNoise.hpp
index 6260426fe8235fe1a6afbeb4f0ff0e9c66f34c4b..dbe3d59c61950c59ee97983e879309a8f288a5d4 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef BLANK_RAND_SIMPLEXNOISE_HPP_
 #define BLANK_RAND_SIMPLEXNOISE_HPP_
 
+#include "../graphics/glm.hpp"
+
 #include <cstdint>
-#include <glm/glm.hpp>
 
 
 namespace blank {