aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv/opencv/0001-Add-missing-include.patch
blob: 432f3c83ee4e8cf7045764be188fc11ebdd60b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 4d984c65384e7d1f409f7e4cc56548a0924b09aa Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 2 Mar 2021 21:53:21 -0800
Subject: [PATCH] Add missing include

this is highlighted by gcc-11

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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 66b8be4dd3..aa0c9c7cfb 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
 {
-- 
2.30.1