summaryrefslogtreecommitdiff
path: root/include/JSystem/JGeometry.h
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2026-05-31 18:08:09 +0200
committerGitHub <noreply@github.com>2026-05-31 18:08:09 +0200
commit560ff1832045cda4247db542c8dacfd2e614d9dc (patch)
treea18c851ac393218e8b88f7cd90c3fdd5574ba063 /include/JSystem/JGeometry.h
parent31423c25ae448ddf8c4c6c8577bd76530eb33e02 (diff)
parent9b4820921c10c7157b9f21fbf0da0acc93075bcb (diff)
Merge pull request #325 from robojumper/reimport-msl-c
Re-import MSL_C from TP
Diffstat (limited to 'include/JSystem/JGeometry.h')
-rw-r--r--include/JSystem/JGeometry.h3
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 {