aboutsummaryrefslogtreecommitdiff
path: root/src/math/mat4.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/mat4.hpp')
-rw-r--r--src/math/mat4.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/mat4.hpp b/src/math/mat4.hpp
index 6a215d3..b25dbd4 100644
--- a/src/math/mat4.hpp
+++ b/src/math/mat4.hpp
@@ -4,6 +4,7 @@
#include <array>
#include <cmath>
#include "math/vector.hpp"
+#include "math/quat.hpp"
namespace engine::math {