| Index: Source/core/svg/SVGFEComponentTransferElement.cpp
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| index d731c473b9960f5a16a5ed81aa9b04412a08b98b..7a8d745cbe9296296b5c3f20b54a2898e87b0b5e 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -23,13 +23,13 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFEComponentTransferElement.h"
|
|
|
| -#include "Attr.h"
|
| #include "SVGFEFuncAElement.h"
|
| #include "SVGFEFuncBElement.h"
|
| #include "SVGFEFuncGElement.h"
|
| #include "SVGFEFuncRElement.h"
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attr.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|