| Index: Source/core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| diff --git a/Source/core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h b/Source/core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| index 23bd6888de65db916b975e907f4c888dda0661d0..4ff3d0b3d5d9f21a73db611b6a5eaad70defd85d 100644
|
| --- a/Source/core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| +++ b/Source/core/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| @@ -29,8 +29,8 @@
|
|
|
| #if HAVE(ARM_NEON_INTRINSICS)
|
|
|
| -#include "FEComposite.h"
|
| #include <arm_neon.h>
|
| +#include "core/platform/graphics/filters/FEComposite.h"
|
|
|
| namespace WebCore {
|
|
|
|
|