From 695bf8bcd07f9bb5670a90c6e3f72c9c33a6bd27 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 30 Apr 2009 08:38:52 +0000 Subject: Put object type conversion into separate file. --- numpy/core/src/arrayobject.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/core/src/arrayobject.h') diff --git a/numpy/core/src/arrayobject.h b/numpy/core/src/arrayobject.h index dadcf0cca..9156ea721 100644 --- a/numpy/core/src/arrayobject.h +++ b/numpy/core/src/arrayobject.h @@ -170,4 +170,7 @@ extern NPY_NO_EXPORT PyArray_Descr INT_Descr; /* Converting data types API */ #include "arrayconvert_datatype.h" +/* Object Conversion API */ +#include "arrayconvert.h" + #endif -- cgit v1.2.1