Skip to content

Commit

Permalink
Merge pull request #541 from prashanthr05/fix/yarprobotstatepublisher
Browse files Browse the repository at this point in the history
[tools][yarprobotstatepublisher] fix missing <memory> header
  • Loading branch information
traversaro authored Jun 14, 2019
2 parents a6ba0e1 + b91f835 commit d80002f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <iDynTree/KinDynComputations.h>

#include <yarp/rosmsg/sensor_msgs/JointState.h>
#include <memory>

class YARPRobotStatePublisherModule;

Expand Down

0 comments on commit d80002f

Please sign in to comment.