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

Unified Diff: Source/platform/fonts/Character.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/animation/TimingFunction.h ('k') | Source/platform/geometry/DoublePoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/Character.cpp
diff --git a/Source/platform/fonts/Character.cpp b/Source/platform/fonts/Character.cpp
index d2cb86cb1ec24580f4612b2b4bc6183347d8f684..d36973ecd8af9727e006c7f2ccbb497fd1808a1b 100644
--- a/Source/platform/fonts/Character.cpp
+++ b/Source/platform/fonts/Character.cpp
@@ -33,6 +33,7 @@
#include "wtf/StdLibExtras.h"
#include "wtf/text/StringBuilder.h"
+#include <algorithm>
using namespace WTF;
using namespace Unicode;
« no previous file with comments | « Source/platform/animation/TimingFunction.h ('k') | Source/platform/geometry/DoublePoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698