Index: Source/core/html/HTMLCanvasElement.cpp |
diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
index f469ebda3233d031b661d0f31671fb496d54aa8d..01be50d87350ef0e9666495e42ae798620dc5e99 100644 |
--- a/Source/core/html/HTMLCanvasElement.cpp |
+++ b/Source/core/html/HTMLCanvasElement.cpp |
@@ -53,6 +53,7 @@ |
#include "platform/transforms/AffineTransform.h" |
#include "public/platform/Platform.h" |
#include <math.h> |
+#include <v8.h> |
namespace WebCore { |