Fix FLT_EPSILON redefinition warning

This commit is contained in:
PJB3005
2026-02-25 21:27:17 +01:00
parent 7fc1363d8b
commit 484d8ffa9a
+2
View File
@@ -7,8 +7,10 @@
#ifndef __MWERKS__
#include <limits>
#if !defined(FLT_EPSILON)
#define FLT_EPSILON std::numeric_limits<float>::epsilon()
#endif
#endif
namespace JGeometry {