| Index: Source/core/svg/SVGPathParser.cpp
|
| diff --git a/Source/core/svg/SVGPathParser.cpp b/Source/core/svg/SVGPathParser.cpp
|
| index 289c5061b0ba0aa5b7f481abe01f934464e1b859..a802ea9dcbd7796c41bc70b11161bd8d68c073c9 100644
|
| --- a/Source/core/svg/SVGPathParser.cpp
|
| +++ b/Source/core/svg/SVGPathParser.cpp
|
| @@ -26,6 +26,7 @@
|
| #include "core/svg/SVGPathParser.h"
|
|
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "core/svg/SVGPathSource.h"
|
| #include <wtf/MathExtras.h>
|
|
|
| static const float gOneOverThree = 1 / 3.f;
|
|
|