X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSkyBoxMesh.hpp;h=2962f0764ec4735e984cae2045073f71aec92985;hb=3185bad87c06739e4ec19b456c7158437ba9621f;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 {