]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/SkyBoxMesh.hpp
glm backwards compatibility
[blank.git] / src / graphics / SkyBoxMesh.hpp
index 2378327fc50a3848cdd0a3664fc06e6dc43a0823..2962f0764ec4735e984cae2045073f71aec92985 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef BLANK_GRAPHICS_SKYBOXMESH_HPP_
 #define BLANK_GRAPHICS_SKYBOXMESH_HPP_
 
+#include "glm.hpp"
 #include "VertexArray.hpp"
 
 #include <vector>
-#include <glm/glm.hpp>
 
 
 namespace blank {