Skip to content

Commit

Permalink
Merge pull request #29 from ste93/fix_import_yarp_3.7
Browse files Browse the repository at this point in the history
fixed import that was deprecated in yarp 3.0 and removed in yarp 3.7
  • Loading branch information
Nicogene authored May 20, 2022
2 parents 7ee8604 + 4c10060 commit 77dd210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/realsense2/realsense2Driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#include <mutex>

#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/FrameGrabberControl2.h>
#include <yarp/dev/IFrameGrabberControls.h>
#include <yarp/dev/IFrameGrabberImage.h>
#include <yarp/os/PeriodicThread.h>
#include <yarp/sig/all.h>
#include <yarp/sig/Matrix.h>
Expand Down

0 comments on commit 77dd210

Please sign in to comment.