Chromium Code Reviews| Index: Source/core/rendering/svg/RenderSVGEllipse.cpp |
| diff --git a/Source/core/rendering/svg/RenderSVGEllipse.cpp b/Source/core/rendering/svg/RenderSVGEllipse.cpp |
| index 5f77644c72b266b5614265c0299ef52dd9c6a94f..989a57ad20c730755e9b2ba303c7c6427ee0770b 100644 |
| --- a/Source/core/rendering/svg/RenderSVGEllipse.cpp |
| +++ b/Source/core/rendering/svg/RenderSVGEllipse.cpp |
| @@ -31,6 +31,7 @@ |
| #include "SVGNames.h" |
| #include "core/svg/SVGCircleElement.h" |
| #include "core/svg/SVGEllipseElement.h" |
| +#include "platform/graphics/GraphicsContext.h" |
| namespace WebCore { |