]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Program.hpp
glm backwards compatibility
[blank.git] / src / graphics / Program.hpp
index ff01f9dafd1e78b17b2b3980264cf603b6f25a04..7f6590127ab22cf53788d4e0a94290a5e4b8a16f 100644 (file)
@@ -1,10 +1,11 @@
 #ifndef BLANK_GRAPHICS_PROGRAM_HPP_
 #define BLANK_GRAPHICS_PROGRAM_HPP_
 
+#include "glm.hpp"
+
 #include <iosfwd>
 #include <list>
 #include <GL/glew.h>
-#include <glm/glm.hpp>
 
 
 namespace blank {