diff --git a/source/lib/sysdep/sysdep.h b/source/lib/sysdep/sysdep.h index e8d3d1bd66..d217c1bf4a 100644 --- a/source/lib/sysdep/sysdep.h +++ b/source/lib/sysdep/sysdep.h @@ -25,6 +25,7 @@ #include "lib/config.h" #include "lib/debug.h" // ErrorReaction +#include // some functions among the sysdep API are implemented as macros // that redirect to the platform-dependent version. this is done where @@ -149,7 +150,6 @@ extern void* alloca(size_t size); // #ifndef and define it if it's not there. // Since sysdep.h will normally be included before cmath is, make sure we load // cmath first to let it define/undef that macro. -# include # ifndef isfinite # define isfinite std::isfinite # define isnan std::isnan