diff --git a/include/cxx/cmath b/include/cxx/cmath index 719e625324f..a2fc0844295 100644 --- a/include/cxx/cmath +++ b/include/cxx/cmath @@ -41,6 +41,10 @@ # include +# if !defined(FLT_EVAL_METHOD) && defined(__FLT_EVAL_METHOD__) +# define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ +# endif + #undef signbit #undef fpclassify #undef isfinite