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

Unified Diff: Source/wtf/Alignment.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: 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
Index: Source/wtf/Alignment.h
diff --git a/Source/wtf/Alignment.h b/Source/wtf/Alignment.h
index 4a028c45a92dd6083342a8b5fac1d1c45d018fbb..32bb082047d36676528e4f0215787fc7f8949473 100644
--- a/Source/wtf/Alignment.h
+++ b/Source/wtf/Alignment.h
@@ -21,7 +21,7 @@
#ifndef WTF_Alignment_h
#define WTF_Alignment_h
-#include <algorithm>
+#include <algorithm> // For std::swap
Nico 2015/04/16 21:16:55 also include <utility> else the file isn't iwyu-co
Nico 2015/04/16 21:16:55 remove comment
#include <stdint.h>

Powered by Google App Engine
This is Rietveld 408576698