Skip to content

Commit 32e93f1

Browse files
committed
add include guard for empty-visitor.hpp
1 parent f25439c commit 32e93f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/eigenpy/utils/empty-visitor.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef __eigenpy_utils_empty_visitor_hpp__
2+
#define __eigenpy_utils_empty_visitor_hpp__
3+
14
#include <boost/python.hpp>
25

36
namespace eigenpy {
@@ -9,3 +12,5 @@ struct EmptyPythonVisitor
912
};
1013

1114
} // namespace eigenpy
15+
16+
#endif // ifndef __eigenpy_utils_empty_visitor_hpp__

0 commit comments

Comments
 (0)