Chromium Code Reviews| Index: Source/platform/geometry/FloatBox.h |
| diff --git a/Source/platform/geometry/FloatBox.h b/Source/platform/geometry/FloatBox.h |
| index 97006a3c66fc64a77f1837d1ab0d0b3d54eac5a6..970ed907f5b31a04729405b42cb074629da9804f 100644 |
| --- a/Source/platform/geometry/FloatBox.h |
| +++ b/Source/platform/geometry/FloatBox.h |
| @@ -31,6 +31,7 @@ |
| #define FloatBox_h |
| #include "platform/geometry/FloatPoint3D.h" |
| +#include <algorithm> // For std::min/std::max |
|
Nico
2015/04/16 21:16:55
remove comment
|
| #include <cmath> |
| namespace blink { |