| Index: Source/core/svg/SVGFETurbulenceElement.h
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.h b/Source/core/svg/SVGFETurbulenceElement.h
|
| index 600094cf0ff62168c86b6e44b2e1b1289f648519..b9ead22cab979c0ead3edb59b2e93200bdd183f9 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.h
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef SVGFETurbulenceElement_h
|
| #define SVGFETurbulenceElement_h
|
|
|
| -#include "core/platform/graphics/filters/FETurbulence.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedInteger.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FETurbulence.h"
|
|
|
| namespace WebCore {
|
|
|
|
|