Skip to content

Commit

Permalink
add support to gnu13
Browse files Browse the repository at this point in the history
  • Loading branch information
daizhirui committed Sep 28, 2023
1 parent 198cb26 commit d64a8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/fcl/geometry/shape/convex-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include <set>
#include <sstream>
#include <utility>

#include <cassert>
#include "fcl/geometry/shape/convex.h"
#include "fcl/geometry/shape/representation.h"

Expand Down
2 changes: 1 addition & 1 deletion include/fcl/math/motion/taylor_model/taylor_model-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#ifndef FCL_CCD_TAYLOR_MODEL_INL_H
#define FCL_CCD_TAYLOR_MODEL_INL_H

#include <cassert>
#include "fcl/math/motion/taylor_model/taylor_model.h"

namespace fcl
Expand Down

0 comments on commit d64a8cf

Please sign in to comment.