Skip to content

Commit c722623

Browse files
committed
Move include line later to fix compilation errors
1 parent aef12b3 commit c722623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OpenSim/Tools/InverseKinematicsTool.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
* See the License for the specific language governing permissions and *
2323
* limitations under the License. *
2424
* -------------------------------------------------------------------------- */
25-
#include <SimTKcommon/internal/ReferencePtr.h>
25+
2626
#include "osimToolsDLL.h"
2727
#include <OpenSim/Common/Object.h>
2828
#include <OpenSim/Tools/IKTaskSet.h>
2929
#include "Tool.h"
30+
#include <SimTKcommon/internal/ReferencePtr.h>
3031

3132
#ifdef SWIG
3233
#ifdef OSIMTOOLS_API

0 commit comments

Comments
 (0)