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