Index: Source/core/platform/graphics/transforms/TransformationMatrix.h |
diff --git a/Source/core/platform/graphics/transforms/TransformationMatrix.h b/Source/core/platform/graphics/transforms/TransformationMatrix.h |
index b470e9dbbcaffda11482da094649a1cfb7663105..28b1abf080a3f2ad8a6d3ae4581b59b789eaab33 100644 |
--- a/Source/core/platform/graphics/transforms/TransformationMatrix.h |
+++ b/Source/core/platform/graphics/transforms/TransformationMatrix.h |
@@ -31,7 +31,8 @@ |
#include "core/platform/graphics/FloatPoint.h" |
#include "core/platform/graphics/FloatPoint3D.h" |
#include "core/platform/graphics/IntPoint.h" |
-#include <wtf/FastAllocBase.h> |
+#include "wtf/CPU.h" |
+#include "wtf/FastAllocBase.h" |
namespace WebCore { |