diff options
Diffstat (limited to 'include/JSystem/JGeometry.h')
| -rw-r--r-- | include/JSystem/JGeometry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/JSystem/JGeometry.h b/include/JSystem/JGeometry.h index 8a298132..cfe10968 100644 --- a/include/JSystem/JGeometry.h +++ b/include/JSystem/JGeometry.h @@ -2,9 +2,10 @@ #define JGEOMETRY_H #include "common.h" -#include "math.h" #include "JSystem/JMath/JMath.h" +#include <cmath> + // TODO - a lot of this has been moved to nw4r and egg. Kept for reference for now. namespace JGeometry { |
