Index: third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h |
diff --git a/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h b/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h |
index 182f1de846ec3898c9f50fc9def83e291160d3be..c8405d171998664d13dec721303a80613d88cf3d 100644 |
--- a/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h |
+++ b/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h |
@@ -27,9 +27,9 @@ |
#ifndef IntegralTypedArrayBase_h |
#define IntegralTypedArrayBase_h |
+#include <limits> |
#include "wtf/MathExtras.h" |
#include "wtf/typed_arrays/TypedArrayBase.h" |
-#include <limits> |
namespace WTF { |