Skip to content

Commit

Permalink
Merge pull request #401 from stephane-caron/fix/missing_include
Browse files Browse the repository at this point in the history
Add missing boost include
  • Loading branch information
jcarpent authored Apr 21, 2023
2 parents 8a338b2 + b010973 commit 067f2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/broadphase/broadphase_collision_manager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#endif

#include <boost/algorithm/string/replace.hpp>
#include <boost/type_index.hpp>

namespace hpp {
namespace fcl {
Expand Down

0 comments on commit 067f2a1

Please sign in to comment.