Fix build with --coretext on older OS X
Fixes https://github.com/behdad/harfbuzz/pull/40
This commit is contained in:
parent
439b05867c
commit
8c703f13bf
|
@ -30,7 +30,7 @@
|
||||||
#include "hb.h"
|
#include "hb.h"
|
||||||
|
|
||||||
#include <TargetConditionals.h>
|
#include <TargetConditionals.h>
|
||||||
#if defined(TARGET_OS_IPHONE)
|
#if TARGET_OS_IPHONE
|
||||||
# include <CoreText/CoreText.h>
|
# include <CoreText/CoreText.h>
|
||||||
# include <CoreGraphics/CoreGraphics.h>
|
# include <CoreGraphics/CoreGraphics.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue