From dd373b8b7d7501cf7f3bbfe861f58dce67578a69 Mon Sep 17 00:00:00 2001 From: avi Date: Mon, 21 Dec 2015 13:34:43 -0800 Subject: Switch to standard integer types in crypto/. BUG=138542 TBR=rsleevi@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1539353003 Cr-Commit-Position: refs/heads/master@{#366460} --- crypto/secure_hash_default.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/secure_hash_default.cc') diff --git a/crypto/secure_hash_default.cc b/crypto/secure_hash_default.cc index 739b402..cec6fb8 100644 --- a/crypto/secure_hash_default.cc +++ b/crypto/secure_hash_default.cc @@ -4,6 +4,8 @@ #include "crypto/secure_hash.h" +#include + #include "base/logging.h" #include "base/pickle.h" #include "crypto/third_party/nss/chromium-blapi.h" -- cgit v1.1