diff options
Diffstat (limited to 'src/Math/Quat4f.c')
| -rw-r--r-- | src/Math/Quat4f.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Math/Quat4f.c b/src/Math/Quat4f.c index be69bc5..914b727 100644 --- a/src/Math/Quat4f.c +++ b/src/Math/Quat4f.c @@ -1,4 +1,6 @@ -#include <BH/Math.h> +#include <BH/Math/Quat.h> +#include <BH/Math/Vec3f.h> +#include <BH/Math/Mat4f.h> #include <string.h> #include <math.h> |
