aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-24 21:18:54 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-24 21:18:54 +0000
commit6e502fe0677feaf960e4a37603da3bbeada38389 (patch)
tree1f904210b7c82a58e24bb70fa2d9654ef49b4a3e /include
parentdd3948899725041bf52e3a4eea922f9961ee0a9b (diff)
Fix Android build broken due to changes in r4741.
git-svn-id: http://skia.googlecode.com/svn/trunk@4743 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-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;