summaryrefslogtreecommitdiff
path: root/src/font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.hpp')
-rw-r--r--src/font.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/font.hpp b/src/font.hpp
index 9b43da2..46ffcf9 100644
--- a/src/font.hpp
+++ b/src/font.hpp
@@ -5,8 +5,7 @@
#include "components.hpp"
#include "pk.h"
-#include <glm/vec2.hpp>
-#include <glm/vec4.hpp>
+#include "vendor-glm-include.hpp"
TypeSafeInt_H(FontTypeIndex, uint16_t, 0xFFFF);
TypeSafeInt_H(FontRenderIndex, uint16_t, 0xFFFF);