Skip to content

Commit

Permalink
Fix bad #include in CoordinateActuator (#3531)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Sep 14, 2023
1 parent e30a0c4 commit 91223e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSim/Actuators/CoordinateActuator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//==============================================================================
// INCLUDES
//==============================================================================
#include <OpenSim/Common/Exception.h>
#include <OpenSim/Common/Assertion.h>
#include <OpenSim/Simulation/Model/Model.h>
#include <OpenSim/Simulation/Model/CoordinateSet.h>
#include <OpenSim/Simulation/Model/ForceSet.h>
Expand Down

0 comments on commit 91223e2

Please sign in to comment.