Skip to content

Commit fe28fc2

Browse files
committed
numpy: avoid deprecated header
1 parent a299653 commit fe28fc2

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)