Chromium Code Reviews| Index: Source/platform/fonts/FontCache.h |
| diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h |
| index 6f79d0b352a3e7eb8ded447302e8e8f4e102d774..84f4e60ebb4dd25a37f38a34080a99227d0bd737 100644 |
| --- a/Source/platform/fonts/FontCache.h |
| +++ b/Source/platform/fonts/FontCache.h |
| @@ -47,6 +47,10 @@ |
| #include <mlang.h> |
| #endif |
| +#if OS(ANDROID) |
| +#include <unicode/uscript.h> |
| +#endif |
| + |
| class SkTypeface; |
| namespace WebCore { |