]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/BlockLighting.hpp
glm backwards compatibility
[blank.git] / src / graphics / BlockLighting.hpp
index 9b3e8afcb72a56d19759965c711b451088e94e45..d0d4ea4997f12283576eec354862cf9440b8baf3 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef BLANK_GRAPHICS_BLOCKLIGHTING_HPP_
 #define BLANK_GRAPHICS_BLOCKLIGHTING_HPP_
 
+#include "glm.hpp"
 #include "Program.hpp"
 
 #include <GL/glew.h>
-#include <glm/glm.hpp>
 
 
 namespace blank {