Index: third_party/WebKit/Source/wtf/text/ASCIIFastPath.h |
diff --git a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h b/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h |
index 2f3433f5e4925fd5ab3fba4acbd22676efa25750..3d54aa237a40473d1307177ff9a18e842467aa31 100644 |
--- a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h |
+++ b/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h |
@@ -22,11 +22,11 @@ |
#ifndef ASCIIFastPath_h |
#define ASCIIFastPath_h |
+#include <stdint.h> |
#include "wtf/Alignment.h" |
#include "wtf/CPU.h" |
#include "wtf/StdLibExtras.h" |
#include "wtf/text/Unicode.h" |
-#include <stdint.h> |
#if OS(MACOSX) && (CPU(X86) || CPU(X86_64)) |
#include <emmintrin.h> |