| Index: components/webcrypto/algorithms/hkdf.cc
|
| diff --git a/components/webcrypto/algorithms/hkdf.cc b/components/webcrypto/algorithms/hkdf.cc
|
| index 2f5dc072fd5e28852e25eb4cbae04a6f3a6b5d4f..b9834fd97fd04b002b270a00e2d29e1968f607cb 100644
|
| --- a/components/webcrypto/algorithms/hkdf.cc
|
| +++ b/components/webcrypto/algorithms/hkdf.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include <openssl/err.h>
|
| #include <openssl/hkdf.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| #include "components/webcrypto/algorithm_implementation.h"
|
|
|