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..3d45eb82c127ab4c8eba385f687033856668e44d 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> // For std::min/std::max |
|
Nico
2015/04/16 21:16:55
remove comment
|
| namespace blink { |