aboutsummaryrefslogtreecommitdiff
path: root/src/Math/Misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Math/Misc.c')
-rw-r--r--src/Math/Misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Math/Misc.c b/src/Math/Misc.c
index 1acb2fa..3ef8594 100644
--- a/src/Math/Misc.c
+++ b/src/Math/Misc.c
@@ -1,4 +1,5 @@
-#include <BH/Math.h>
+#include <BH/Math/Misc.h>
+#include <BH/Math/Vec3f.h>
float BH_Lerpf(float a, float b, float t)