Chromium Code Reviews| Index: public/platform/WebFloatRect.h |
| diff --git a/public/platform/WebFloatRect.h b/public/platform/WebFloatRect.h |
| index 9b3ad2586920d2be58ff2da15add1104a09f981e..2d2f5be1400045e6dbcab496df4b9a642d17c6db 100644 |
| --- a/public/platform/WebFloatRect.h |
| +++ b/public/platform/WebFloatRect.h |
| @@ -36,6 +36,7 @@ |
| #if BLINK_IMPLEMENTATION |
| #include "platform/geometry/FloatRect.h" |
| #else |
| +#include <algorithm> |
| #include <cmath> |
| #include <ui/gfx/rect_f.h> |
| #endif |