Skip to content

Commit e56451d

Browse files
Merge pull request #76 from Giulero/giulero_fix
Add include Position.h
2 parents ee93e68 + 69123dd commit e56451d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project are documented in this file.
1010
### Changed
1111
- Bugfix while resetting the hand smoother in the `RetargetingClient` (https://github.com/robotology/walking-controllers/pull/75)
1212
- Fixed compilation if iDynTree 3 is used (https://github.com/robotology/walking-controllers/pull/77, https://github.com/robotology/walking-controllers/pull/78).
13-
13+
- Fix missing include in `ZMPController.h` (https://github.com/robotology/walking-controllers/pull/76)
1414

1515
## [0.4.0] - 2020-12-01
1616
### Added

src/SimplifiedModelControllers/include/WalkingControllers/SimplifiedModelControllers/ZMPController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
// iDynTree
2323
#include <iDynTree/Core/VectorFixSize.h>
24+
#include <iDynTree/Core/Position.h>
2425

2526
namespace WalkingControllers
2627
{

0 commit comments

Comments
 (0)