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 60ddf9cd91ff9d33245add6efa32c647e91fb5b2..b255fd39aa2114bbbd85b37a5e4cdbc9abfaaee9 100644 |
--- a/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h |
+++ b/Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h |
@@ -30,8 +30,9 @@ |
#if CPU(ARM_NEON) && CPU(ARM_TRADITIONAL) && COMPILER(GCC) |
#include "core/platform/graphics/filters/FELighting.h" |
-#include <wtf/Alignment.h> |
-#include <wtf/ParallelJobs.h> |
+#include "wtf/Alignment.h" |
+#include "wtf/CPU.h" |
+#include "wtf/ParallelJobs.h" |
namespace WebCore { |