Skip to content

Commit

Permalink
Fix include guard.
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
  • Loading branch information
peci1 committed Oct 25, 2021
1 parent 967e5d3 commit 5080c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dartsim/src/SimulationFeatures.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <vector>

#include <dart/config.hpp>
#if DART_VERSION_AT_LEAST(6, 10, 0)
#ifdef DART_HAS_CONTACT_SURFACE
#include <dart/constraint/ContactSurface.hpp>
#endif

Expand Down

0 comments on commit 5080c40

Please sign in to comment.