summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch')
-rw-r--r--meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch b/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch
new file mode 100644
index 000000000..432f3c83e
--- /dev/null
+++ b/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch
@@ -0,0 +1,28 @@
1From 4d984c65384e7d1f409f7e4cc56548a0924b09aa Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 2 Mar 2021 21:53:21 -0800
4Subject: [PATCH] Add missing include
5
6this is highlighted by gcc-11
7
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 modules/gapi/test/gapi_async_test.cpp | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/modules/gapi/test/gapi_async_test.cpp b/modules/gapi/test/gapi_async_test.cpp
15index 66b8be4dd3..aa0c9c7cfb 100644
16--- a/modules/gapi/test/gapi_async_test.cpp
17+++ b/modules/gapi/test/gapi_async_test.cpp
18@@ -13,6 +13,7 @@
19
20 #include <condition_variable>
21 #include <stdexcept>
22+#include <thread>
23
24 namespace opencv_test
25 {
26--
272.30.1
28