diff options
Diffstat (limited to 'include/egg/math/eggVector.h')
| -rw-r--r-- | include/egg/math/eggVector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/egg/math/eggVector.h b/include/egg/math/eggVector.h index abcf1176..e69f0649 100644 --- a/include/egg/math/eggVector.h +++ b/include/egg/math/eggVector.h @@ -1,12 +1,16 @@ #ifndef EGG_VECTOR_H #define EGG_VECTOR_H +#include "JSystem/JMath/JMath.h" #include "common.h" #include "egg/math/eggMath.h" +#include "nw4r/math/math_arithmetic.h" #include "nw4r/math/math_triangular.h" #include "nw4r/math.h" +#include <cmath> + namespace EGG { struct Vector3f : public nw4r::math::VEC3 { |
