mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
videoio: Include missing condition_variable header
This fixes the following error with mingw toolchain: opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_msmf.hpp:160:10: error: 'condition_variable' in namespace 'std' does not name a type 160 | std::condition_variable streamStateCv_; | ^~~~~~~~~~~~~~~~~~
This commit is contained in:
parent
d09cc0f30c
commit
c2c539e3cc
@ -25,6 +25,8 @@
|
||||
|
||||
#include "obsensor_uvc_stream_channel.hpp"
|
||||
|
||||
#include <condition_variable>
|
||||
|
||||
#include <windows.h>
|
||||
#include <guiddef.h>
|
||||
#include <mfapi.h>
|
||||
|
Loading…
Reference in New Issue
Block a user