diff options
author | Patrick Scott <phanna@android.com> | 2009-09-29 13:42:05 -0400 |
---|---|---|
committer | Patrick Scott <phanna@android.com> | 2009-09-29 13:50:27 -0400 |
commit | 79e85346fd39c817cc4ef96d816f311d200f9c77 (patch) | |
tree | f0c203443bf2d221541ad32f3c5e5cc5e366255f /WebCore/platform | |
parent | 06f1ecff0f609438be162b71b50a3be08983df23 (diff) | |
download | external_webkit-79e85346fd39c817cc4ef96d816f311d200f9c77.zip external_webkit-79e85346fd39c817cc4ef96d816f311d200f9c77.tar.gz external_webkit-79e85346fd39c817cc4ef96d816f311d200f9c77.tar.bz2 |
Build fix.
Files that include FontPlatformData.h apparently depend on StringImpl.h already
being included.
Diffstat (limited to 'WebCore/platform')
-rw-r--r-- | WebCore/platform/graphics/android/FontPlatformData.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/FontPlatformData.h b/WebCore/platform/graphics/android/FontPlatformData.h index ce60752..d7761a8 100644 --- a/WebCore/platform/graphics/android/FontPlatformData.h +++ b/WebCore/platform/graphics/android/FontPlatformData.h @@ -29,6 +29,8 @@ #include "PlatformString.h" #endif +#include "StringImpl.h" + class SkPaint; class SkTypeface; |