Skip to content

Commit 5c39159

Browse files
committed
core: add guard
1 parent 27e7995 commit 5c39159

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/eigenpy/map.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright 2018-2020, INRIA
44
*/
55

6+
#ifndef __eigenpy_map_hpp__
7+
#define __eigenpy_map_hpp__
8+
69
#include "eigenpy/fwd.hpp"
710
#include <numpy/arrayobject.h>
811
#include "eigenpy/exception.hpp"
@@ -126,3 +129,5 @@ namespace eigenpy
126129
}
127130

128131
} // namespace eigenpy
132+
133+
#endif // define __eigenpy_map_hpp__

0 commit comments

Comments
 (0)