diff --git a/include/numpy/ufuncobject.h b/include/numpy/ufuncobject.h index 8b429be89..95afd5aa2 100644 --- a/include/numpy/ufuncobject.h +++ b/include/numpy/ufuncobject.h @@ -389,6 +389,7 @@ typedef struct _loop1d_info { #if defined(__GLIBC__) || defined(__APPLE__) || \ defined(__MINGW32__) || defined(__FreeBSD__) #include +#endif #define UFUNC_CHECK_STATUS(ret) { \ int fpstatus = (int) fetestexcept(FE_DIVBYZERO | FE_OVERFLOW | \