Skip to content

Commit

Permalink
add include guard for empty-visitor.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR authored and jcarpent committed Sep 26, 2024
1 parent a99c268 commit aa2c54b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/eigenpy/utils/empty-visitor.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef __eigenpy_utils_empty_visitor_hpp__
#define __eigenpy_utils_empty_visitor_hpp__

#include <boost/python.hpp>

namespace eigenpy {
Expand All @@ -9,3 +12,5 @@ struct EmptyPythonVisitor
};

} // namespace eigenpy

#endif // ifndef __eigenpy_utils_empty_visitor_hpp__

0 comments on commit aa2c54b

Please sign in to comment.