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

Unified Diff: Source/platform/graphics/ColorSpace.cpp

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/platform/geometry/LayoutRectOutsets.cpp ('k') | Source/platform/graphics/Gradient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ColorSpace.cpp
diff --git a/Source/platform/graphics/ColorSpace.cpp b/Source/platform/graphics/ColorSpace.cpp
index 50553ecd71ec1744594929de66b20c510b80a708..155d7c897ea16fa1a379cccfaa46f15267666c23 100644
--- a/Source/platform/graphics/ColorSpace.cpp
+++ b/Source/platform/graphics/ColorSpace.cpp
@@ -34,6 +34,7 @@
#include "platform/graphics/ColorSpace.h"
#include "wtf/MathExtras.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/platform/geometry/LayoutRectOutsets.cpp ('k') | Source/platform/graphics/Gradient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698