diff options
-rw-r--r-- | video-ps3eye/PS3EYEDriver/urb.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video-ps3eye/PS3EYEDriver/urb.hpp b/video-ps3eye/PS3EYEDriver/urb.hpp index 3bee3919..53e73336 100644 --- a/video-ps3eye/PS3EYEDriver/urb.hpp +++ b/video-ps3eye/PS3EYEDriver/urb.hpp @@ -3,6 +3,7 @@ #include <memory> #include <cstdint> #include <mutex> +#include <condition_variable> struct FrameQueue; struct libusb_device; |