Index: Source/core/platform/graphics/GraphicsContext3D.cpp |
diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/core/platform/graphics/GraphicsContext3D.cpp |
index bb2e357a3c03ea32f9c4b89da7e1c572b014b61a..2e4d173e0c0b2cf6f80162c7a0f8f14b5be08484 100644 |
--- a/Source/core/platform/graphics/GraphicsContext3D.cpp |
+++ b/Source/core/platform/graphics/GraphicsContext3D.cpp |
@@ -43,6 +43,7 @@ |
#include "core/platform/graphics/gpu/DrawingBuffer.h" |
#include "core/platform/image-decoders/ImageDecoder.h" |
#include "wtf/ArrayBufferView.h" |
+#include "wtf/CPU.h" |
#include "wtf/OwnArrayPtr.h" |
#include "wtf/PassOwnArrayPtr.h" |
#include "wtf/text/CString.h" |