| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index 1a468f3a8a096ab239e0acf843dfbb7d80cd1de5..23ede7ddd4f87aedf666c735aa2088d1fa93a5e2 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -24,6 +24,7 @@
|
| #include "core/svg/SVGAnimateMotionElement.h"
|
|
|
| #include "SVGNames.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/rendering/svg/SVGPathData.h"
|
|
|