| Index: Source/core/svg/SVGFELightElement.cpp
|
| diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp
|
| index 5cf9386126c247db23ccd949c910305964f33c7f..bbda1486b096a864c6ddb8102658c245819ca927 100644
|
| --- a/Source/core/svg/SVGFELightElement.cpp
|
| +++ b/Source/core/svg/SVGFELightElement.cpp
|
| @@ -24,6 +24,7 @@
|
| #include "core/svg/SVGFELightElement.h"
|
|
|
| #include "core/SVGNames.h"
|
| +#include "core/dom/ElementTraversal.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
| #include "core/svg/SVGFEDiffuseLightingElement.h"
|
|
|