| Index: third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoublePoint.h b/third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| index d00024981c03ac37bdbdf904c854bc61780b0c82..6420a5e2efbc3fe84bd58ba64f6f6f1f7acd9f55 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoublePoint.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef DoublePoint_h
|
| #define DoublePoint_h
|
|
|
| +#include <algorithm>
|
| #include "platform/geometry/DoubleSize.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/IntPoint.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|