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