mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Included thread in gapi_async_test.cpp
Preventing: gapi_async_test.cpp:448:26: error: ‘sleep_for’ is not a member of ‘std::this_thread’
This commit is contained in:
parent
87360c2ae5
commit
0b5fd4f6bb
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
namespace opencv_test
|
namespace opencv_test
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user