mirror of https://github.com/kivy/kivy.git
ImageIO: Include `CoreServices` header (fixes iOS build) (#8629)
This commit is contained in:
parent
c039371ea1
commit
340ea0d625
|
@ -1,3 +1,4 @@
|
||||||
|
#include <CoreServices/CoreServices.h>
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
#include <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
|
#include <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue