Chromium Code Reviews| Index: media/filters/vp8_bool_decoder.cc |
| diff --git a/media/filters/vp8_bool_decoder.cc b/media/filters/vp8_bool_decoder.cc |
| index 31b20e7bf0c1a1151be3c21e0569f36f357f3a23..7ec4859c1bc9ff598e3c1775a52117df8cd75130 100644 |
| --- a/media/filters/vp8_bool_decoder.cc |
| +++ b/media/filters/vp8_bool_decoder.cc |
| @@ -40,6 +40,8 @@ |
| // project. (http://www.webmproject.org/code) |
| // It is used to decode bits from a vp8 stream. |
| +#include <limits.h> |
| + |
| #include <algorithm> |
| #include "base/numerics/safe_conversions.h" |