Index: src/ports/SkFontMgr_android_parser.cpp |
diff --git a/src/ports/SkFontMgr_android_parser.cpp b/src/ports/SkFontMgr_android_parser.cpp |
index 5ca6d4fcc566a6d7fb73b84febb8625f59bb9a64..53decf36cfb9fa46d29e419f10ed8fe4fc45c99e 100644 |
--- a/src/ports/SkFontMgr_android_parser.cpp |
+++ b/src/ports/SkFontMgr_android_parser.cpp |
@@ -9,12 +9,13 @@ |
#include "SkStream.h" |
#include "SkTDArray.h" |
#include "SkTSearch.h" |
-#include "SkTypeface.h" |
+#include "SkTemplates.h" |
-#include <expat.h> |
#include <dirent.h> |
+#include <expat.h> |
#include <stdlib.h> |
+#include <string.h> |
#define LMP_SYSTEM_FONTS_FILE "/system/etc/fonts.xml" |
#define OLD_SYSTEM_FONTS_FILE "/system/etc/system_fonts.xml" |