diff --git a/src/spatialite/deps/geos/config/linux/x64/geos/platform.h b/src/spatialite/deps/geos/config/linux/x64/geos/platform.h index ed641c0..4752f97 100644 --- a/src/spatialite/deps/geos/config/linux/x64/geos/platform.h +++ b/src/spatialite/deps/geos/config/linux/x64/geos/platform.h @@ -85,7 +85,7 @@ extern "C" #endif #if defined(HAVE_ISNAN) -# define ISNAN(x) (isnan(x)) +# define ISNAN(x) (std::isnan(x)) #else # if defined(_MSC_VER) # define ISNAN(x) _isnan(x)