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

Unified Diff: Source/platform/animation/CubicBezierControlPoints.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/Timer.cpp ('k') | Source/platform/animation/TimingFunction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/CubicBezierControlPoints.cpp
diff --git a/Source/platform/animation/CubicBezierControlPoints.cpp b/Source/platform/animation/CubicBezierControlPoints.cpp
index 7cad9bf95994eddab37221d2dc239c6562c9509f..af0012edb07d8030bd95ebe15c777d89f786ef83 100644
--- a/Source/platform/animation/CubicBezierControlPoints.cpp
+++ b/Source/platform/animation/CubicBezierControlPoints.cpp
@@ -6,6 +6,7 @@
#include "platform/animation/CubicBezierControlPoints.h"
#include "platform/animation/AnimationUtilities.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/platform/Timer.cpp ('k') | Source/platform/animation/TimingFunction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698