Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| index 476e677419ce6f283723a2f778a3ddc9c382ebe0..63127a7d07a68b621cfec98afd214fe0fd645c3a 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| @@ -31,6 +31,7 @@ |
| #include "platform/FloatConversion.h" |
| #include "wtf/MathExtras.h" |
| #include "wtf/Vector.h" |
| +#include <algorithm> |
| namespace blink { |