Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSFontFace.cpp | 
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFace.cpp b/third_party/WebKit/Source/core/css/CSSFontFace.cpp | 
| index 41e7f8d6f6ec7a0be82911bd0c0a9ed5f246f2b8..88c3b3764689ca616adfac385d0783489710db4a 100644 | 
| --- a/third_party/WebKit/Source/core/css/CSSFontFace.cpp | 
| +++ b/third_party/WebKit/Source/core/css/CSSFontFace.cpp | 
| @@ -34,6 +34,7 @@ | 
| #include "core/frame/UseCounter.h" | 
| #include "platform/fonts/FontDescription.h" | 
| #include "platform/fonts/SimpleFontData.h" | 
| +#include <algorithm> | 
| namespace blink { |