Fix compile error in SkFontHost_none.cpp
authorborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 4 Sep 2012 14:32:50 +0000 (14:32 +0000)
committerborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 4 Sep 2012 14:32:50 +0000 (14:32 +0000)
Review URL: https://codereview.appspot.com/6501083

git-svn-id: http://skia.googlecode.com/svn/trunk@5383 2bbb7eff-a529-9590-31e7-b0007b416f81

src/ports/SkFontHost_none.cpp

index 5bee4d6..a683919 100644 (file)
@@ -8,6 +8,7 @@
 
 
 #include "SkFontHost.h"
+#include "SkScalerContext.h"
 
 SkTypeface* SkFontHost::CreateTypeface(const SkTypeface* familyFace,
                                      const char famillyName[],