aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Component.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Component.hpp')
-rw-r--r--src/components/Component.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Component.hpp b/src/components/Component.hpp
index 538d42b..5b0e3af 100644
--- a/src/components/Component.hpp
+++ b/src/components/Component.hpp
@@ -24,6 +24,8 @@
#include <entityx/entityx.h>
#include <sol/sol.hpp>
+#include <glm/glm.hpp>
+
#include <script/vectors.hpp>
template<typename T>