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