commit | a6a6a681396c559ea6b34484cd52e8b4ae3457d4 | [log] [tgz] |
---|---|---|
author | avi <avi@chromium.org> | Sun Dec 27 07:15:14 2015 +0900 |
committer | Qijiang Fan <fqj@google.com> | Fri Jun 05 02:08:40 2020 +0900 |
tree | 9ccb19200ca599f8803cb534c59979fbed6c0abe | |
parent | 2f68ea04df343059869bfb3cfc5a33bbd9a1d14d [diff] [blame] |
Switch to standard integer types in base/. BUG=138542 TBR=mark@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1538743002 Cr-Commit-Position: refs/heads/master@{#366910} CrOS-Libchrome-Original-Commit: 9b6f42934e5a1e65ebfc668d91a28a6e2678a14c
diff --git a/base/rand_util.cc b/base/rand_util.cc index 1a3b79e..fab6c66 100644 --- a/base/rand_util.cc +++ b/base/rand_util.cc
@@ -4,6 +4,7 @@ #include "base/rand_util.h" +#include <limits.h> #include <math.h> #include <stdint.h>