Chromium Code Reviews| Index: src/ports/SkFontHost_mac.cpp |
| diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp |
| index 79fca8083f96147674ab30797165c1857d2fe90e..99766ed152d93f0223d438b3d569ae562d8833eb 100755 |
| --- a/src/ports/SkFontHost_mac.cpp |
| +++ b/src/ports/SkFontHost_mac.cpp |
| @@ -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 |