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

Unified Diff: Source/platform/graphics/filters/SpotLightSource.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/platform/graphics/Gradient.cpp ('k') | Source/platform/graphics/filters/SpotLightSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/SpotLightSource.h
diff --git a/Source/platform/graphics/filters/SpotLightSource.h b/Source/platform/graphics/filters/SpotLightSource.h
index c62324b56f0d881cc1dbdac869577a823e580c1f..4ec89d63ccac58fdca43095530220599b087864d 100644
--- a/Source/platform/graphics/filters/SpotLightSource.h
+++ b/Source/platform/graphics/filters/SpotLightSource.h
@@ -24,6 +24,7 @@
#define SpotLightSource_h
#include "platform/graphics/filters/LightSource.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/platform/graphics/Gradient.cpp ('k') | Source/platform/graphics/filters/SpotLightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698