diff options
Diffstat (limited to 'src/Math/Misc.c')
| -rw-r--r-- | src/Math/Misc.c | 3 |
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) |
