[Numpy-svn] r8277 - trunk/numpy/core/src/private

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Mar 6 14:14:47 EST 2010


Author: ptvirtan
Date: 2010-03-06 13:14:47 -0600 (Sat, 06 Mar 2010)
New Revision: 8277

Modified:
   trunk/numpy/core/src/private/npy_3kcompat.h
Log:
BUG: core: add a missing #include of ndarrayobject to npy_3kcompat.h

Modified: trunk/numpy/core/src/private/npy_3kcompat.h
===================================================================
--- trunk/numpy/core/src/private/npy_3kcompat.h	2010-03-06 19:13:43 UTC (rev 8276)
+++ trunk/numpy/core/src/private/npy_3kcompat.h	2010-03-06 19:14:47 UTC (rev 8277)
@@ -6,6 +6,7 @@
 
 #include "npy_config.h"
 #include "numpy/npy_common.h"
+#include "numpy/ndarrayobject.h"
 
 /*
  * PyInt -> PyLong




More information about the Numpy-svn mailing list