diff options
Diffstat (limited to 'src/3rdparty/webkit/WebCore/svg/SVGComponentTransferFunctionElement.cpp')
-rw-r--r-- | src/3rdparty/webkit/WebCore/svg/SVGComponentTransferFunctionElement.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/svg/SVGComponentTransferFunctionElement.cpp b/src/3rdparty/webkit/WebCore/svg/SVGComponentTransferFunctionElement.cpp index f2be038101..e479fae049 100644 --- a/src/3rdparty/webkit/WebCore/svg/SVGComponentTransferFunctionElement.cpp +++ b/src/3rdparty/webkit/WebCore/svg/SVGComponentTransferFunctionElement.cpp @@ -22,9 +22,10 @@ #include "config.h" -#if ENABLE(SVG) && ENABLE(SVG_FILTERS) +#if ENABLE(SVG) && ENABLE(FILTERS) #include "SVGComponentTransferFunctionElement.h" +#include "MappedAttribute.h" #include "SVGFEComponentTransferElement.h" #include "SVGNames.h" #include "SVGNumberList.h" |