]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/Text.hpp
glm backwards compatibility
[blank.git] / src / ui / Text.hpp
index c4318737e1246de4036330ecf639f95fa5729621..591740a33c0260dfa3ce5a47b610adb630edc271 100644 (file)
@@ -2,11 +2,11 @@
 #define BLANK_UI_TEXT_HPP_
 
 #include "../graphics/align.hpp"
+#include "../graphics/glm.hpp"
 #include "../graphics/Texture.hpp"
 #include "../graphics/SpriteMesh.hpp"
 
 #include <string>
-#include <glm/glm.hpp>
 
 
 namespace blank {