(iOS) Buildfix

This commit is contained in:
Twinaphex 2015-06-02 11:14:47 +02:00
parent e7595ae493
commit f1c69e79c2

View File

@ -14,7 +14,11 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#if TARGET_OS_IPHONE
#include <CoreGraphics/CoreGraphics.h>
#else
#include <ApplicationServices/ApplicationServices.h>
#endif
#if defined(HAVE_COCOA)
#include <OpenGL/CGLTypes.h>
#include <OpenGL/OpenGL.h>