Skip to content
Snippets Groups Projects
Verified Commit 5c39159a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add guard

parent 27e79953
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
* Copyright 2018-2020, INRIA * Copyright 2018-2020, INRIA
*/ */
#ifndef __eigenpy_map_hpp__
#define __eigenpy_map_hpp__
#include "eigenpy/fwd.hpp" #include "eigenpy/fwd.hpp"
#include <numpy/arrayobject.h> #include <numpy/arrayobject.h>
#include "eigenpy/exception.hpp" #include "eigenpy/exception.hpp"
...@@ -126,3 +129,5 @@ namespace eigenpy ...@@ -126,3 +129,5 @@ namespace eigenpy
} }
} // namespace eigenpy } // namespace eigenpy
#endif // define __eigenpy_map_hpp__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment