Skip to content

Commit bcf3ac4

Browse files
committed
include pinocchio before boost
1 parent 78f530a commit bcf3ac4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

include/sot/core/robot-utils.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <map>
1616

1717
#include <pinocchio/fwd.hpp>
18+
// keep pinocchio before boost
1819

1920
#include <boost/assign.hpp>
2021
#include <boost/property_tree/ptree.hpp>

src/tools/parameter-server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <iostream>
1818

1919
#include <pinocchio/fwd.hpp>
20+
// keep pinocchio before boost
2021

2122
#include <boost/property_tree/ptree.hpp>
2223

src/tools/robot-utils-py.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
#include <pinocchio/fwd.hpp>
9+
// keep pinocchio before boost
910

1011
#include <boost/property_tree/ptree.hpp>
1112
#include <boost/python.hpp>

0 commit comments

Comments
 (0)