diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-07 16:15:13 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-07 16:15:13 +0000 |
commit | 27889877c0e3c909dd4afd7b5e7b1d58cbf61ae6 (patch) | |
tree | 7660f4e98276f4f11d55bf09138442eb2fc3af86 /src/ports | |
parent | 607357fde8a9c4c70549d4223e0bd1181b012e0e (diff) |
must include SkPath.h after restructure
git-svn-id: http://skia.googlecode.com/svn/trunk@4987 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/ports')
-rwxr-xr-x | src/ports/SkFontHost_win.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp index 7b3c8add89..814053c17e 100755 --- a/src/ports/SkFontHost_win.cpp +++ b/src/ports/SkFontHost_win.cpp @@ -15,6 +15,7 @@ #include "SkGlyph.h" #include "SkMaskGamma.h" #include "SkOTUtils.h" +#include "SkPath.h" #include "SkStream.h" #include "SkString.h" #include "SkThread.h" |