Index: Source/core/html/HTMLCanvasElement.cpp |
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
index 835fb1f755d8f07b74adb792b7667692d98d848a..558b660e5727eccec51cef4d9b5c061a9f0063e0 100644 |
--- a/Source/core/html/HTMLCanvasElement.cpp |
+++ b/Source/core/html/HTMLCanvasElement.cpp |
@@ -50,6 +50,7 @@ |
#include "platform/graphics/ImageBuffer.h" |
#include "platform/graphics/UnacceleratedImageBufferSurface.h" |
#include "platform/graphics/gpu/WebGLImageBufferSurface.h" |
+#include "platform/transforms/AffineTransform.h" |
#include "public/platform/Platform.h" |
namespace WebCore { |