gl: Import QuartzCore/QuartzCore.h for CAEAGLLayer on older iOS versions

This commit is contained in:
Sebastian Dröge 2014-04-12 22:45:30 +02:00 committed by Tim-Philipp Müller
parent a05928ba62
commit b83d2df47d

View file

@ -23,6 +23,7 @@
#endif
#import <OpenGLES/EAGL.h>
#import <QuartzCore/QuartzCore.h>
#import <UIKit/UIKit.h>
#include <OpenGLES/ES2/gl.h>