aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkScalerContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkScalerContext.h')
-rw-r--r--include/core/SkScalerContext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/core/SkScalerContext.h b/include/core/SkScalerContext.h
index ac11b9ca9f..ccc4fa9541 100644
--- a/include/core/SkScalerContext.h
+++ b/include/core/SkScalerContext.h
@@ -12,6 +12,11 @@
#include "SkMatrix.h"
#include "SkPaint.h"
+#ifdef SK_BUILD_FOR_ANDROID
+ //For SkFontID
+ #include "SkTypeface.h"
+#endif
+
//#define SK_USE_COLOR_LUMINANCE
struct SkGlyph;