Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2674)

Unified Diff: base/third_party/nspr/prtime.cc

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/third_party/icu/icu_utf.cc ('k') | base/third_party/symbolize/symbolize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « base/third_party/icu/icu_utf.cc ('k') | base/third_party/symbolize/symbolize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698