diff --git a/src/qhull_wrap.c b/src/qhull_wrap.c index b953b9443feb..71077a1738ad 100644 --- a/src/qhull_wrap.c +++ b/src/qhull_wrap.c @@ -6,7 +6,7 @@ * class without specifying a triangles array. */ #include "Python.h" -#include "numpy/noprefix.h" +#include "numpy/ndarrayobject.h" #include "libqhull/qhull_a.h" #include