~ruther/guix-local

ref: 2b579fd4f453bb1a3592eb8e634ea1dff64efab6 guix-local/gnu/packages/patches/qtwayland-gcc-11.patch -rw-r--r-- 562 bytes
2b579fd4 — Maxim Cournoyer gnu: artwork: Update repository to latest commit. 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Add missing import for newer libstdc++.

Taken from upstream:

  https://github.com/qt/qtwayland/commit/1aa6ec2c778504d96543f6cdc2b9199a7b066fc1

diff --git a/tests/auto/client/shared/corecompositor.cpp b/tests/auto/client/shared/corecompositor.cpp
index 5c6c83baa..fa9b7662a 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 {