mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
23 lines
830 B
Diff
23 lines
830 B
Diff
From: Øystein Heskestad <oystein.heskestad@qt.io>
|
|
Date: Wed, 27 Oct 2021 13:07:46 +0200
|
|
Subject: [PATCH] Add missing macOS header file that was indirectly included before
|
|
|
|
See: https://bugreports.qt.io/browse/QTBUG-97855
|
|
|
|
Upstream Commits:
|
|
- Qt 6.2: c884bf138a21dd7320e35cef34d24e22e74d7ce0
|
|
|
|
diff --git a/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h b/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h
|
|
index e070ba977d..0896917334 100644
|
|
--- a/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h
|
|
+++ b/qtbase/src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h
|
|
@@ -43,6 +43,8 @@
|
|
#include <qpa/qplatformgraphicsbuffer.h>
|
|
#include <private/qcore_mac_p.h>
|
|
|
|
+#include <CoreGraphics/CGColorSpace.h>
|
|
+
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class QIOSurfaceGraphicsBuffer : public QPlatformGraphicsBuffer
|