Skip to content

Commit f366cab

Browse files
duburcqajorisv
authored andcommitted
Update numpy.hpp
1 parent b145e45 commit f366cab

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
@@ -13,7 +13,7 @@
1313

1414
// For compatibility with Numpy 2.x. See:
1515
// https://numpy.org/devdocs/reference/c-api/array.html#c.NPY_API_SYMBOL_ATTRIBUTE
16-
#define NPY_API_SYMBOL_ATTRIBUTE
16+
#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI
1717

1818
// Numpy headers drags Python with them. As a result, it
1919
// is necessary to include the desired Python library before

0 commit comments

Comments
 (0)