From f366cab3f8e30897d9d6a50a0e219161aad781be Mon Sep 17 00:00:00 2001
From: Alexis DUBURCQ <alexis.duburcq@gmail.com>
Date: Sun, 3 Nov 2024 15:46:54 +0100
Subject: [PATCH] Update numpy.hpp

---
 include/eigenpy/numpy.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/eigenpy/numpy.hpp b/include/eigenpy/numpy.hpp
index fec71be8..6cac2d0e 100644
--- a/include/eigenpy/numpy.hpp
+++ b/include/eigenpy/numpy.hpp
@@ -13,7 +13,7 @@
 
 // For compatibility with Numpy 2.x. See:
 // https://numpy.org/devdocs/reference/c-api/array.html#c.NPY_API_SYMBOL_ATTRIBUTE
-#define NPY_API_SYMBOL_ATTRIBUTE
+#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI
 
 // Numpy headers drags Python with them. As a result, it
 // is necessary to include the desired Python library before 
-- 
GitLab