diff options
Diffstat (limited to 'include/c/c_math.h')
| -rw-r--r-- | include/c/c_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/c/c_math.h b/include/c/c_math.h index 914eff24..ff4a5eff 100644 --- a/include/c/c_math.h +++ b/include/c/c_math.h @@ -4,7 +4,7 @@ #include "common.h" #include "egg/math/eggMath.h" -#include <cmath.h> +#include <cmath> namespace cM { s16 atan2s(f32, f32); |
