Included thread in gapi_async_test.cpp
authorJopKnoppers <jop.knoppers@gmail.com>
Mon, 31 Oct 2022 11:19:04 +0000 (12:19 +0100)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 11:19:04 +0000 (12:19 +0100)
Preventing: gapi_async_test.cpp:448:26: error: ‘sleep_for’ is not a member of ‘std::this_thread’

modules/gapi/test/gapi_async_test.cpp

index 34a58e9..5a7194a 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <condition_variable>
 #include <stdexcept>
+#include <thread>
 
 namespace opencv_test
 {