summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-18 17:11:11 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-20 16:53:00 +0000
commit15ef545ef17be4c72b4074db0033018f3198eb2d (patch)
treef0bde0efcfb6c37d19f6816ddfb5849774f5db2f
parent9672fef9f39794a431f8381cfa731dcd33e5a2bd (diff)
downloadqtwayland-15ef545ef17be4c72b4074db0033018f3198eb2d.tar.gz
Fix build with libcxx (missing array include)
Bug: https://bugs.gentoo.org/833488 Task-number: QTBUG-104435 Change-Id: I06384761a5560b81b675e6c4ae498bb93dcb4f4f Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 5065013b0c2346b5918a2681ae2e58046140e8a7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h b/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h
index aaf80314..d2e99377 100644
--- a/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h
+++ b/src/hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabuf.h
@@ -41,6 +41,8 @@
#include <QtCore/QSize>
#include <QtCore/QTextStream>
+#include <array>
+
#include <EGL/egl.h>
#include <EGL/eglext.h>