Fix iOS simulator builds. (flutter/engine#4062)

This commit is contained in:
Chinmay Garde
2017-09-05 11:53:49 -07:00
committed by GitHub
parent 93713ea712
commit 0cfc80dede

View File

@@ -5,7 +5,7 @@
#include <TargetConditionals.h>
#include "txt/platform.h"
#if TARGET_OS_EMBEDDED
#if TARGET_OS_EMBEDDED || TARGET_OS_SIMULATOR
#include <UIKit/UIKit.h>
#define FONT_CLASS UIFont
#else // TARGET_OS_EMBEDDED