| Index: Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp
|
| index f28e4becbfcf674a63b9a3868d06154c2b713fc7..a59752762a1ff24ca3da4d055b51e461129fc236 100644
|
| --- a/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/Source/core/svg/SVGMPathElement.cpp
|
| @@ -22,8 +22,10 @@
|
| #include "core/svg/SVGMPathElement.h"
|
|
|
| #include "SVGNames.h"
|
| +#include "XLinkNames.h"
|
| #include "core/dom/Document.h"
|
| #include "core/svg/SVGAnimateMotionElement.h"
|
| +#include "core/svg/SVGDocumentExtensions.h"
|
| #include "core/svg/SVGPathElement.h"
|
|
|
| namespace WebCore {
|
|
|