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