diff options
Diffstat (limited to 'src/Math/Mat3f.c')
| -rw-r--r-- | src/Math/Mat3f.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Math/Mat3f.c b/src/Math/Mat3f.c index 5e7fdff..33cdecf 100644 --- a/src/Math/Mat3f.c +++ b/src/Math/Mat3f.c @@ -1,4 +1,5 @@ -#include <BH/Math.h> +#include <BH/Math/Mat3f.h> +#include <BH/Math/Vec3f.h> #include <string.h> #include <math.h> |
