Chromium Code Reviews| Index: Source/platform/geometry/DoublePoint.h |
| diff --git a/Source/platform/geometry/DoublePoint.h b/Source/platform/geometry/DoublePoint.h |
| index d76e2d28890c6750631ac969c23b247c2e2d044f..944c013bc53505023b7e490d22e89bcb5932697e 100644 |
| --- a/Source/platform/geometry/DoublePoint.h |
| +++ b/Source/platform/geometry/DoublePoint.h |
| @@ -9,6 +9,7 @@ |
| #include "platform/geometry/FloatPoint.h" |
| #include "platform/geometry/FloatSize.h" |
| #include "platform/geometry/IntPoint.h" |
| +#include <algorithm> |
| namespace blink { |