diff --git a/.sconsign.dblite b/.sconsign.dblite index a5e8345..8c19382 100644 Binary files a/.sconsign.dblite and b/.sconsign.dblite differ diff --git a/src/QuarkPhysics/qmath_utils.h b/src/QuarkPhysics/qmath_utils.h index 72c35f3..8b45579 100644 --- a/src/QuarkPhysics/qmath_utils.h +++ b/src/QuarkPhysics/qmath_utils.h @@ -1,8 +1,14 @@ #ifndef MATH_UTILS_H #define MATH_UTILS_H +#include + #ifndef M_PI #define M_PI 3.14159265358979323846 #endif +#ifndef MAXFLOAT + #define MAXFLOAT FLTMAX +#endif + #endif // MATH_UTILS_H \ No newline at end of file