Chromium Code Reviews| Index: src/core/SkScalerContext.cpp |
| diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp |
| index 70a9c30e3a34109e07e58344939d7b0369d0dc90..35a9b295583f24dca59b516f1c6845548ac31629 100644 |
| --- a/src/core/SkScalerContext.cpp |
| +++ b/src/core/SkScalerContext.cpp |
| @@ -21,6 +21,7 @@ |
| #include "SkRasterizer.h" |
| #include "SkRasterClip.h" |
| #include "SkStroke.h" |
| +#include "SkStrokeRec.h" |
| #define ComputeBWRowBytes(width) (((unsigned)(width) + 7) >> 3) |