From 3f8df4fd106906c50eee48b0c058cb15fec9da85 Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Fri, 21 Feb 2020 17:47:57 +0100
Subject: [PATCH] core: add missing EIGENPY_DLLEXPORT

---
 include/eigenpy/numpy.hpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/eigenpy/numpy.hpp b/include/eigenpy/numpy.hpp
index 466cf263..2c93d7a8 100644
--- a/include/eigenpy/numpy.hpp
+++ b/include/eigenpy/numpy.hpp
@@ -5,6 +5,8 @@
 #ifndef __eigenpy_numpy_hpp__
 #define __eigenpy_numpy_hpp__
 
+#include "eigenpy/config.hpp"
+
 #ifndef PY_ARRAY_UNIQUE_SYMBOL
   #define PY_ARRAY_UNIQUE_SYMBOL EIGENPY_ARRAY_API
 #endif
@@ -18,7 +20,7 @@
 
 namespace eigenpy
 {
-  void import_numpy();
+  void EIGENPY_DLLEXPORT import_numpy();
 }
 
 #endif // ifndef __eigenpy_numpy_hpp__
-- 
GitLab