From 5c39159adfa53e46b7706cd07c8f43464f6cc7fc Mon Sep 17 00:00:00 2001
From: Justin Carpentier <justin.carpentier@inria.fr>
Date: Fri, 31 Jan 2020 16:00:01 +0100
Subject: [PATCH] core: add guard

---
 include/eigenpy/map.hpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/eigenpy/map.hpp b/include/eigenpy/map.hpp
index b8c21803..db5ffc89 100644
--- a/include/eigenpy/map.hpp
+++ b/include/eigenpy/map.hpp
@@ -3,6 +3,9 @@
  * Copyright 2018-2020, INRIA
  */
 
+#ifndef __eigenpy_map_hpp__
+#define __eigenpy_map_hpp__
+
 #include "eigenpy/fwd.hpp"
 #include <numpy/arrayobject.h>
 #include "eigenpy/exception.hpp"
@@ -126,3 +129,5 @@ namespace eigenpy
   }
 
 } // namespace eigenpy
+
+#endif // define __eigenpy_map_hpp__
-- 
GitLab