Chromium Code Reviews| Index: Source/core/platform/graphics/IntRect.cpp |
| diff --git a/Source/core/platform/graphics/IntRect.cpp b/Source/core/platform/graphics/IntRect.cpp |
| index 1ccfe992a9c2386230c6bf393de3ea2aefedba9d..ccbb90806c9051be944b8eae6bcc2b4de5a10622 100644 |
| --- a/Source/core/platform/graphics/IntRect.cpp |
| +++ b/Source/core/platform/graphics/IntRect.cpp |
| @@ -29,6 +29,7 @@ |
| #include <algorithm> |
| #include "core/platform/graphics/FloatRect.h" |
| #include "core/platform/graphics/LayoutRect.h" |
| +#include "wtf/Vector.h" |
|
pdr.
2013/06/07 17:17:14
Is this needed?
jbroman
2013/06/07 17:22:28
Since it's in the header, no. Didn't mean to add t
|
| using std::max; |
| using std::min; |