Skip to content

Commit

Permalink
add missing inclusion in octree_solver
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Jan 30, 2022
1 parent df2702c commit 652278d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include "fcl/narrowphase/detail/traversal/octree/octree_solver.h"

#include "fcl/geometry/shape/utility.h"
#include "fcl/narrowphase/contact_point.h"

namespace fcl
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@
#endif

#include "fcl/math/bv/utility.h"
#include "fcl/geometry/bvh/BVH_model.h"
#include "fcl/geometry/octree/octree.h"
#include "fcl/geometry/shape/utility.h"
#include "fcl/geometry/shape/box.h"
#include "fcl/narrowphase/collision_request.h"
#include "fcl/narrowphase/distance_request.h"

namespace fcl
{
Expand Down

0 comments on commit 652278d

Please sign in to comment.