| Index: third_party/WebKit/Source/platform/wtf/HashFunctions.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/HashFunctions.h b/third_party/WebKit/Source/platform/wtf/HashFunctions.h
|
| index 2d0decb0d37e49da29fe6f41095cbc4281b057d6..12e7af1664223f0f401b97d8ad0373fbf6f0e1b5 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/HashFunctions.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/HashFunctions.h
|
| @@ -21,11 +21,11 @@
|
| #ifndef WTF_HashFunctions_h
|
| #define WTF_HashFunctions_h
|
|
|
| -#include "platform/wtf/RefPtr.h"
|
| -#include "platform/wtf/StdLibExtras.h"
|
| -#include <memory>
|
| #include <stdint.h>
|
| +#include <memory>
|
| #include <type_traits>
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
|
|
| namespace WTF {
|
|
|
|
|