]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Camera.hpp
glm backwards compatibility
[blank.git] / src / graphics / Camera.hpp
index 95175dee705a0a8544aa3c592e6efc3f68172c35..d1fa508da3136a5fa8a68a6f7f5f13a3a218c997 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLANK_GRAPHICS_CAMERA_HPP_
 #define BLANK_GRAPHICS_CAMERA_HPP_
 
-#include <glm/glm.hpp>
+#include "glm.hpp"
 
 
 namespace blank {