(Apple) Buildfix

This commit is contained in:
Twinaphex 2018-01-17 00:48:25 +01:00
parent 61ff51be2f
commit 57df01bbaa

View File

@ -33,6 +33,9 @@
#include <retro_assert.h>
#include <string/stdstring.h>
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#endif
#ifndef __MACH__
#include <compat/strl.h>
#include <compat/posix_string.h>