diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-03-06 19:14:47 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-03-06 19:14:47 +0000 |
commit | 9cccbf38bec50e3a3fd55c8884a70f302b34f66b (patch) | |
tree | 8acdfd204cd9c9badd69044fe84b9e68efad80ba | |
parent | c51146be95148e43603dabc94758ee45321ba3f6 (diff) | |
download | numpy-9cccbf38bec50e3a3fd55c8884a70f302b34f66b.tar.gz |
BUG: core: add a missing #include of ndarrayobject to npy_3kcompat.h
-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 |