29 lines
921 B
Diff
29 lines
921 B
Diff
From 08ce7a21017e1f9553cd0f4af1316e38709d5553 Mon Sep 17 00:00:00 2001
|
|
From: Ville Voutilainen <ville.voutilainen@qt.io>
|
|
Date: Mon, 18 Jan 2021 12:31:31 +0200
|
|
Subject: [PATCH 30/55] Build fixes for GCC 11
|
|
|
|
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 {
|
|
|
|
--
|
|
2.40.0
|
|
|