aboutsummaryrefslogtreecommitdiff
path: root/src/Math/Mat4f.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Math/Mat4f.c')
-rw-r--r--src/Math/Mat4f.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Math/Mat4f.c b/src/Math/Mat4f.c
index 2e675e6..719a2e5 100644
--- a/src/Math/Mat4f.c
+++ b/src/Math/Mat4f.c
@@ -1,4 +1,7 @@
-#include <BH/Math.h>
+#include <BH/Math/Mat4f.h>
+#include <BH/Math/Vec4f.h>
+#include <BH/Math/Vec3f.h>
+#include <BH/Math/Quat.h>
#include <string.h>
#include <math.h>