| Index: sky/engine/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| diff --git a/sky/engine/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h b/sky/engine/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| index bbf793e5ec2628ebfb75f23af25eb68e90bbdad0..96adf64e12c718d9845fa7d3632f8be9009a1cb1 100644
|
| --- a/sky/engine/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| +++ b/sky/engine/platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h
|
| @@ -29,8 +29,8 @@
|
|
|
| #if HAVE(ARM_NEON_INTRINSICS)
|
|
|
| -#include "platform/graphics/filters/FEComposite.h"
|
| #include <arm_neon.h>
|
| +#include "sky/engine/platform/graphics/filters/FEComposite.h"
|
|
|
| namespace blink {
|
|
|
|
|