diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-06-09 14:55:53 +1000 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-06-09 14:55:53 +1000 |
commit | d4ff15d9cd82a6e3bc71da9d04ee0f250460cef1 (patch) | |
tree | 9082af194033e5e3e4a770456209d3bac7784943 /src/maths/maths.h | |
parent | 64830ce51a185091f54c2b42b365110d89d44f1b (diff) |
fix cube
Diffstat (limited to 'src/maths/maths.h')
-rw-r--r-- | src/maths/maths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/maths/maths.h b/src/maths/maths.h index 217f2e0..45d69c1 100644 --- a/src/maths/maths.h +++ b/src/maths/maths.h @@ -10,6 +10,7 @@ #include <math.h> #include <stdio.h> +#include "defines.h" #include "maths_types.h" // --- Helpers |