This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/opencv.git#1f613a5952c96a8fb770daca0c9c398cfce57d5a
13 lines
329 B
Diff
13 lines
329 B
Diff
diff --git a/modules/gapi/test/gapi_async_test.cpp b/modules/gapi/test/gapi_async_test.cpp
|
|
index 66b8be4..aa0c9c7 100644
|
|
--- a/modules/gapi/test/gapi_async_test.cpp
|
|
+++ b/modules/gapi/test/gapi_async_test.cpp
|
|
@@ -13,6 +13,7 @@
|
|
|
|
#include <condition_variable>
|
|
#include <stdexcept>
|
|
+#include <thread>
|
|
|
|
namespace opencv_test
|
|
{
|