ImageIO: Include `CoreServices` header (fixes iOS build) (#8629)

This commit is contained in:
Mirko Galimberti 2024-02-24 10:21:25 +01:00 committed by GitHub
parent c039371ea1
commit 340ea0d625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <CoreServices/CoreServices.h>
#include <Foundation/Foundation.h>
#include <UniformTypeIdentifiers/UniformTypeIdentifiers.h>