We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a299653 commit fe28fc2Copy full SHA for fe28fc2
include/eigenpy/numpy.hpp
@@ -16,7 +16,7 @@
16
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
17
#endif
18
19
-#include <numpy/noprefix.h>
+#include <numpy/ndarrayobject.h>
20
#include <numpy/ufuncobject.h>
21
22
#if defined _WIN32 || defined __CYGWIN__
0 commit comments