Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Add a missing #include <boost/bind.hpp> (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es authored and v4hn committed Jul 25, 2016
1 parent 4249b6b commit c15522b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collision_detection_fcl/src/collision_world_fcl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <fcl/traversal/traversal_node_bvhs.h>
#include <fcl/traversal/traversal_node_setup.h>
#include <fcl/collision_node.h>
#include <boost/bind.hpp>

collision_detection::CollisionWorldFCL::CollisionWorldFCL() :
CollisionWorld()
Expand Down

0 comments on commit c15522b

Please sign in to comment.