Skip to content

Commit

Permalink
Fix header include in humanJointLimits.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 25, 2018
1 parent e2b686a commit fa814b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/humanJointLimits/humanJointLimits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <dart/collision/ode/ode.hpp>
#include <dart/dart.hpp>
#include <dart/gui/gui.hpp>
#include <dart/io/io>
#include <dart/io/io.hpp>
#include "HumanArmJointLimitConstraint.hpp"
#include "HumanLegJointLimitConstraint.hpp"

Expand Down

0 comments on commit fa814b8

Please sign in to comment.