Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 4e0b5b6

Browse files
committed
include pinocchio before boost
ref stack-of-tasks/pinocchio#849
1 parent a031efe commit 4e0b5b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/sot-dynamic-pinocchio/dynamic-pinocchio.h

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

2222
/* SOT */
23+
#include <pinocchio/fwd.hpp>
2324
#include <sot/core/flags.hh>
2425
#include <dynamic-graph/entity.h>
2526
#include <dynamic-graph/pool.h>

src/sot-dynamic-pinocchio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* CNRS/AIST
77
*
88
*/
9+
#include <pinocchio/fwd.hpp>
910
#include <sot/core/debug.hh>
1011

1112
#include <sot-dynamic-pinocchio/dynamic-pinocchio.h>

0 commit comments

Comments
 (0)