Skip to content

Commit

Permalink
Merge pull request #41 from robotology/fix38
Browse files Browse the repository at this point in the history
Fix compatibility with YARP 3.8
  • Loading branch information
traversaro committed Nov 17, 2022
2 parents 1faa5f1 + 9c480f7 commit f4de967
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/ReadOnlyRemoteControlBoard/stateExtendedReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/ControlBoardInterfacesImpl.h>
#include <yarp/dev/ControlBoardHelpers.h>
#include <yarp/dev/PreciselyTimed.h>
#include <yarp/dev/IPreciselyTimed.h>


using namespace yarp::os;
Expand Down
1 change: 0 additions & 1 deletion src/lib/ReadOnlyRemoteControlBoard/stateExtendedReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/ControlBoardInterfacesImpl.h>
#include <yarp/dev/ControlBoardHelpers.h>
#include <yarp/dev/PreciselyTimed.h>

#include <yarp/dev/impl/jointData.h>

Expand Down

0 comments on commit f4de967

Please sign in to comment.