Chromium Code Reviews| Index: Source/wtf/Uint8ClampedArray.h |
| diff --git a/Source/wtf/Uint8ClampedArray.h b/Source/wtf/Uint8ClampedArray.h |
| index 5e579b4e6cc7f619651e51ce684b021325200a95..ebea0a44a12b9212370d0af5e4d3045be00e66f8 100644 |
| --- a/Source/wtf/Uint8ClampedArray.h |
| +++ b/Source/wtf/Uint8ClampedArray.h |
| @@ -28,6 +28,8 @@ |
| #ifndef Uint8ClampedArray_h |
| #define Uint8ClampedArray_h |
| +#include "wtf/Platform.h" |
| + |
| #include "wtf/Uint8Array.h" |
| #include "wtf/MathExtras.h" |