Index: third_party/WebKit/Source/platform/Decimal.h |
diff --git a/third_party/WebKit/Source/platform/Decimal.h b/third_party/WebKit/Source/platform/Decimal.h |
index f00631a52fea0781e51a2b104fd68f65b6445d4d..cebbf61df8abea8cefa8bc9fb2a1b1bbe16f598f 100644 |
--- a/third_party/WebKit/Source/platform/Decimal.h |
+++ b/third_party/WebKit/Source/platform/Decimal.h |
@@ -31,11 +31,11 @@ |
#ifndef Decimal_h |
#define Decimal_h |
+#include <stdint.h> |
#include "platform/PlatformExport.h" |
#include "wtf/Allocator.h" |
#include "wtf/Assertions.h" |
#include "wtf/text/WTFString.h" |
-#include <stdint.h> |
namespace blink { |