Skip to content

Commit 5f794d9

Browse files
authored
Merge pull request #280 from ManifoldFR/devel
numpy: avoid deprecated header
2 parents a299653 + fe28fc2 commit 5f794d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/numpy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
1717
#endif
1818

19-
#include <numpy/noprefix.h>
19+
#include <numpy/ndarrayobject.h>
2020
#include <numpy/ufuncobject.h>
2121

2222
#if defined _WIN32 || defined __CYGWIN__

0 commit comments

Comments
 (0)