Chromium Code Reviews| Index: third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp |
| diff --git a/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp b/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp |
| index 3ac63a1d36d939732fe8fee80ba7f0fb253d989a..c050bad2ebc15667246622f271e7f157b3637be6 100644 |
| --- a/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp |
| +++ b/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp |
| @@ -3,6 +3,7 @@ |
| // found in the LICENSE file. |
| #include "platform/image-decoders/SegmentStream.h" |
| +#include <algorithm> |
| #include <utility> |
| #include "platform/image-decoders/SegmentReader.h" |