diff options
Diffstat (limited to 'Source/WebCore/svg/SVGFETileElement.cpp')
-rw-r--r-- | Source/WebCore/svg/SVGFETileElement.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/svg/SVGFETileElement.cpp b/Source/WebCore/svg/SVGFETileElement.cpp index e981482..6fc19e6 100644 --- a/Source/WebCore/svg/SVGFETileElement.cpp +++ b/Source/WebCore/svg/SVGFETileElement.cpp @@ -24,6 +24,8 @@ #include "SVGFETileElement.h" #include "Attribute.h" +#include "FilterEffect.h" +#include "SVGFilterBuilder.h" #include "SVGNames.h" #include "SVGRenderStyle.h" |