| Index: Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
|
| diff --git a/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h b/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
|
| index 863aab529941592b4f0e323f11a7aa88adcc98d0..60ddf9cd91ff9d33245add6efa32c647e91fb5b2 100644
|
| --- a/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
|
| +++ b/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
|
| @@ -29,7 +29,7 @@
|
|
|
| #if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC)
|
|
|
| -#include "FELighting.h"
|
| +#include "core/platform/graphics/filters/FELighting.h"
|
| #include <wtf/Alignment.h>
|
| #include <wtf/ParallelJobs.h>
|
|
|
|
|