Skip to content

Commit

Permalink
Merge pull request #76 from Giulero/giulero_fix
Browse files Browse the repository at this point in the history
Add include Position.h
  • Loading branch information
GiulioRomualdi authored Feb 4, 2021
2 parents ee93e68 + 69123dd commit e56451d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project are documented in this file.
### Changed
- Bugfix while resetting the hand smoother in the `RetargetingClient` (https://github.com/robotology/walking-controllers/pull/75)
- Fixed compilation if iDynTree 3 is used (https://github.com/robotology/walking-controllers/pull/77, https://github.com/robotology/walking-controllers/pull/78).

- Fix missing include in `ZMPController.h` (https://github.com/robotology/walking-controllers/pull/76)

## [0.4.0] - 2020-12-01
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

// iDynTree
#include <iDynTree/Core/VectorFixSize.h>
#include <iDynTree/Core/Position.h>

namespace WalkingControllers
{
Expand Down

0 comments on commit e56451d

Please sign in to comment.