mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
MacOSX buildfix
This commit is contained in:
parent
960c0cc2a0
commit
a45d50bcd2
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@
|
|||
#include <CoreFoundation/CFString.h>
|
||||
#include <CoreFoundation/CFURL.h>
|
||||
#include <CoreFoundation/CFBundle.h>
|
||||
#endif
|
||||
#if !defined(IOS)
|
||||
#include <mach-o/dyld.h>
|
||||
#endif // !defined(IOS)
|
||||
#endif // __APPLE__
|
||||
|
||||
#include "util/text/utf8.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue