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:
JopKnoppers 2022-10-31 12:19:04 +01:00 committed by GitHub
parent 87360c2ae5
commit 0b5fd4f6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@
#include <condition_variable>
#include <stdexcept>
#include <thread>
namespace opencv_test
{