diff options
-rw-r--r-- | numpy/core/src/private/npy_3kcompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/private/npy_3kcompat.h b/numpy/core/src/private/npy_3kcompat.h index 9cbc52e7b..3e7bcee19 100644 --- a/numpy/core/src/private/npy_3kcompat.h +++ b/numpy/core/src/private/npy_3kcompat.h @@ -6,6 +6,7 @@ #include "npy_config.h" #include "numpy/npy_common.h" +#include "numpy/ndarrayobject.h" /* * PyInt -> PyLong |