diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 19:01:07 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 19:01:07 +0200 | 
| commit | 5a9b80fe2c55452b5097930310f7bc8cda3108ce (patch) | |
| tree | 95fc02484ba3073d0897360e97880034690f2352 | |
| parent | ed434dc625d130e9fad22acd663bbdcc1fae843f (diff) | |
video/ps3eye: fix build
| -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; | 
