From b030ad49ba6f9f22fc26cae736d552e23e2c5e63 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 11 Dec 2018 00:14:14 +0200 Subject: [PATCH] ENH: replace deprecated numpy header --- src/qhull_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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