Index: Source/wtf/RawPtr.h |
diff --git a/Source/wtf/RawPtr.h b/Source/wtf/RawPtr.h |
index 758bb12c14d711e34251e5366862a1f31ff9b672..84ad422fd47dd7b6f54e9d2bdaf5bc949aac4b4c 100644 |
--- a/Source/wtf/RawPtr.h |
+++ b/Source/wtf/RawPtr.h |
@@ -31,11 +31,11 @@ |
#ifndef WTF_RawPtr_h |
#define WTF_RawPtr_h |
-#include <algorithm> |
-#include <stdint.h> |
- |
#include "wtf/HashTableDeletedValueType.h" |
#include "wtf/TypeTraits.h" |
+#include <algorithm> |
+#include <stdint.h> |
+#include <utility> |
// RawPtr is a simple wrapper for a raw pointer that provides the |
// interface (get, clear) of other pointer types such as RefPtr, |