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’
pull/22726/head
JopKnoppers 2 years ago committed by GitHub
parent 87360c2ae5
commit 0b5fd4f6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/gapi/test/gapi_async_test.cpp

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

Loading…
Cancel
Save