diff options
author | Volker Hilsheimer <[email protected]> | 2025-06-30 16:18:58 +0200 |
---|---|---|
committer | Volker Hilsheimer <[email protected]> | 2025-06-30 20:28:17 +0200 |
commit | 4ba8601b717f3ac767d0f39b3f766c72d5fabefb (patch) | |
tree | 12a1726510d5d66cef2b09d8271bf18d80cb4d49 /src | |
parent | e9f91f049cb710b97d50a12306eca577be09b6ab (diff) |
The type is only forward declared via qmetatype.h so far, and building
(presumably) only worked due to pre-compiled headers.
Amends f036bd0edadf0f59757f4a8fa695706273eb72d2.
Fixes: QTBUG-138100
Task-number: QTBUG-134239
Change-Id: Icc39b23cc08a309cba46c1d9ec598a6a0639754f
Reviewed-by: Tor Arne Vestbø <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/platform/darwin/qapplefileiconengine.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/platform/darwin/qapplefileiconengine.mm b/src/gui/platform/darwin/qapplefileiconengine.mm index f1ba6319d0a..594fdf23b60 100644 --- a/src/gui/platform/darwin/qapplefileiconengine.mm +++ b/src/gui/platform/darwin/qapplefileiconengine.mm @@ -10,6 +10,7 @@ # include <UIKit/UIKit.h> #endif +#include <QtCore/qurl.h> #include <QtGui/private/qcoregraphics_p.h> QT_BEGIN_NAMESPACE |