X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSkyBoxMesh.hpp;h=2962f0764ec4735e984cae2045073f71aec92985;hb=7d462272350926dca8e1a8c94fdb527d0c9f6dc1;hp=2378327fc50a3848cdd0a3664fc06e6dc43a0823;hpb=ef2427f841a434f93805321f8bbac44be2dd4555;p=blank.git diff --git a/src/graphics/SkyBoxMesh.hpp b/src/graphics/SkyBoxMesh.hpp index 2378327..2962f07 100644 --- a/src/graphics/SkyBoxMesh.hpp +++ b/src/graphics/SkyBoxMesh.hpp @@ -1,10 +1,10 @@ #ifndef BLANK_GRAPHICS_SKYBOXMESH_HPP_ #define BLANK_GRAPHICS_SKYBOXMESH_HPP_ +#include "glm.hpp" #include "VertexArray.hpp" #include -#include namespace blank {