Chromium Code Reviews| Index: net/spdy/hpack_input_stream.cc |
| diff --git a/net/spdy/hpack_input_stream.cc b/net/spdy/hpack_input_stream.cc |
| index 8dc30e13a638308327530e526bab0ec14cf59bbc..badc99e0fde5261a141d4422b3170b88a47a1fd6 100644 |
| --- a/net/spdy/hpack_input_stream.cc |
| +++ b/net/spdy/hpack_input_stream.cc |
| @@ -4,6 +4,8 @@ |
| #include "net/spdy/hpack_input_stream.h" |
| +#include <algorithm> |
| + |
| #include "base/basictypes.h" |
| #include "base/logging.h" |