Chromium Code Reviews| Index: sky/engine/wtf/Alignment.h |
| diff --git a/sky/engine/wtf/Alignment.h b/sky/engine/wtf/Alignment.h |
| index 66873d810211702d40a16bfe08cba07324e0cd36..d04a74d8d6b03a913691708d233a07df5f9ba8e7 100644 |
| --- a/sky/engine/wtf/Alignment.h |
| +++ b/sky/engine/wtf/Alignment.h |
| @@ -21,9 +21,10 @@ |
| #ifndef SKY_ENGINE_WTF_ALIGNMENT_H_ |
| #define SKY_ENGINE_WTF_ALIGNMENT_H_ |
| -#include <stdint.h> |
| #include <algorithm> |
| - |
| +#include <cstddef> |
| +#include <stdint.h> |
| +#include "sky/engine/wtf/Compiler.h" |
| namespace WTF { |