Chromium Code Reviews| Index: base/third_party/nspr/prtime.cc |
| diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc |
| index a7c5a3a949680ae87541d86e8c032a9fb432eab5..177cc90243feb0040e5d0a0353b67f3df139e0c2 100644 |
| --- a/base/third_party/nspr/prtime.cc |
| +++ b/base/third_party/nspr/prtime.cc |
| @@ -65,6 +65,8 @@ |
| * Unit tests are in base/time/pr_time_unittest.cc. |
| */ |
| +#include <limits.h> |
| + |
| #include "base/logging.h" |
| #include "base/third_party/nspr/prtime.h" |
| #include "build/build_config.h" |