diff options
Diffstat (limited to 'crypto/random.cc')
-rw-r--r-- | crypto/random.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/random.cc b/crypto/random.cc index a19bb1a..355914e 100644 --- a/crypto/random.cc +++ b/crypto/random.cc @@ -4,6 +4,8 @@ #include "crypto/random.h" +#include <stddef.h> + #include "base/rand_util.h" namespace crypto { |