From 0b5fd4f6bbfb2a253a22653b3407a63bb5acfdbc Mon Sep 17 00:00:00 2001 From: JopKnoppers Date: Mon, 31 Oct 2022 12:19:04 +0100 Subject: [PATCH] Included thread in gapi_async_test.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gapi/test/gapi_async_test.cpp b/modules/gapi/test/gapi_async_test.cpp index 34a58e90d1..5a7194a17f 100644 --- a/modules/gapi/test/gapi_async_test.cpp +++ b/modules/gapi/test/gapi_async_test.cpp @@ -13,6 +13,7 @@ #include #include +#include namespace opencv_test {