(CoreText) OSX 10.6 requires this header be included

This commit is contained in:
twinaphex 2014-10-20 04:30:39 +02:00
parent 26833c35c9
commit f9841f2b0b

View File

@ -20,6 +20,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <CoreFoundation/CFString.h>
#include <CoreText/CoreText.h>
#include <CoreGraphics/CoreGraphics.h>