diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-02-20 18:18:53 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-02-20 18:18:53 +0000 |
commit | c084cc1daf571a4817207ae503420cde2daad52e (patch) | |
tree | 102ae1e4491868cd06426fde155b53bedae92b8d | |
parent | 7236ac1dd10a8faf0a10524de1d2950cebd04efe (diff) | |
download | numpy-c084cc1daf571a4817207ae503420cde2daad52e.tar.gz |
3K: core: fix single-file compilation
-rw-r--r-- | numpy/core/src/multiarray/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/multiarray/common.c b/numpy/core/src/multiarray/common.c index 712a500bd..6082997a4 100644 --- a/numpy/core/src/multiarray/common.c +++ b/numpy/core/src/multiarray/common.c @@ -11,6 +11,7 @@ #include "usertypes.h" #include "common.h" +#include "buffer.h" /* * new reference |