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

Unified Diff: Source/wtf/RetainPtr.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/RefPtr.h ('k') | Source/wtf/Vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/RetainPtr.h
diff --git a/Source/wtf/RetainPtr.h b/Source/wtf/RetainPtr.h
index 95fb474d18dd626dbf121eee66462e5d58540133..92d0c9b6d3cf430ba556cf20cd00833355fef3ff 100644
--- a/Source/wtf/RetainPtr.h
+++ b/Source/wtf/RetainPtr.h
@@ -26,6 +26,7 @@
#include "wtf/NullPtr.h"
#include "wtf/TypeTraits.h"
#include <algorithm>
+#include <utility>
#if USE(CF)
#include <CoreFoundation/CoreFoundation.h>
« no previous file with comments | « Source/wtf/RefPtr.h ('k') | Source/wtf/Vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698