Skip to content

Commit afae28f

Browse files
committed
Add CoreFoundation/CoreFoundation.h header include in apple_compat.h
for CFTypeRef
1 parent 10e6280 commit afae28f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libretro-common/include/compat/apple_compat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
#ifdef __APPLE__
2727
#include <AvailabilityMacros.h>
28+
#include <CoreFoundation/CoreFoundation.h>
2829
#endif
2930

3031
#ifdef __OBJC__

0 commit comments

Comments
 (0)