Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: Source/wtf/RawPtr.h

Issue 1088843002: Add #include <algorithm> to code that is missing it. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: And no more comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/OwnPtr.h ('k') | Source/wtf/RefPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/wtf/OwnPtr.h ('k') | Source/wtf/RefPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698