Fix FLT_EPSILON redefinition warning

This commit is contained in:
PJB3005
2026-02-25 21:27:17 +01:00
parent 39981e4a65
commit bd4371870c
+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 {