qt5-qtwayland/0035-Build-fixes-for-GCC-11.patch

29 lines
921 B
Diff
Raw Normal View History

2023-01-05 16:03:30 +00:00
From 2b46297649a4a002a046960e571917660927ed31 Mon Sep 17 00:00:00 2001
2022-09-20 15:38:03 +00:00
From: Ville Voutilainen <ville.voutilainen@qt.io>
Date: Mon, 18 Jan 2021 12:31:31 +0200
2023-01-05 16:03:30 +00:00
Subject: [PATCH 35/57] Build fixes for GCC 11
2022-09-20 15:38:03 +00:00
Task-number: QTBUG-89977
Change-Id: I7e3d0964087865e8062f539f851a61f3df017dae
Reviewed-by: David Edmundson <davidedmundson@kde.org>
(cherry picked from commit 1aa6ec2c778504d96543f6cdc2b9199a7b066fc1)
---
tests/auto/client/shared/corecompositor.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/auto/client/shared/corecompositor.cpp b/tests/auto/client/shared/corecompositor.cpp
index 5c6c83ba..fa9b7662 100644
--- a/tests/auto/client/shared/corecompositor.cpp
+++ b/tests/auto/client/shared/corecompositor.cpp
@@ -27,6 +27,7 @@
****************************************************************************/
#include "corecompositor.h"
+#include <thread>
namespace MockCompositor {
--
2023-01-05 16:03:30 +00:00
2.39.0
2022-09-20 15:38:03 +00:00