For safety include SkTypes.h in SkFontHost_mac.cpp

BUG=skia:3362

Review URL: https://codereview.chromium.org/996113003
This commit is contained in:
mtklein 2015-03-11 12:01:25 -07:00 committed by Commit bot
parent 22712569a5
commit de9e7a71ad

View File

@ -6,6 +6,8 @@
* found in the LICENSE file.
*/
#include "SkTypes.h" // Keep this before any #ifdef ...
#ifdef SK_BUILD_FOR_MAC
#import <ApplicationServices/ApplicationServices.h>
#endif