From 7a26b8a100fca02bcc30d614e7b8cf42d5b107a0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 19 Oct 2016 20:05:44 +0200 Subject: [PATCH] Fix numpy header --- include/numpy/ufuncobject.h | 1 + 1 file changed, 1 insertion(+) 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 | \