X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSpriteMesh.hpp;h=019af862e0d700bfd61d699c8c91a5c82929a530;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=0c6c9a1918b3f97758335147d872471e8b5f85bb;hpb=ef2427f841a434f93805321f8bbac44be2dd4555;p=blank.git diff --git a/src/graphics/SpriteMesh.hpp b/src/graphics/SpriteMesh.hpp index 0c6c9a1..019af86 100644 --- a/src/graphics/SpriteMesh.hpp +++ b/src/graphics/SpriteMesh.hpp @@ -1,11 +1,11 @@ #ifndef BLANK_GRPAHICS_SPRITEMESH_HPP_ #define BLANK_GRPAHICS_SPRITEMESH_HPP_ +#include "glm.hpp" #include "VertexArray.hpp" #include #include -#include namespace blank {