diff options
Diffstat (limited to 'Source/WebCore/svg/SVGFEComponentTransferElement.cpp')
-rw-r--r-- | Source/WebCore/svg/SVGFEComponentTransferElement.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGFEComponentTransferElement.cpp b/Source/WebCore/svg/SVGFEComponentTransferElement.cpp index 0fa98a4..243f856 100644 --- a/Source/WebCore/svg/SVGFEComponentTransferElement.cpp +++ b/Source/WebCore/svg/SVGFEComponentTransferElement.cpp @@ -24,10 +24,12 @@ #include "SVGFEComponentTransferElement.h" #include "Attr.h" +#include "FilterEffect.h" #include "SVGFEFuncAElement.h" #include "SVGFEFuncBElement.h" #include "SVGFEFuncGElement.h" #include "SVGFEFuncRElement.h" +#include "SVGFilterBuilder.h" #include "SVGNames.h" namespace WebCore { |