| Index: components/webcrypto/algorithms/ecdh.cc
|
| diff --git a/components/webcrypto/algorithms/ecdh.cc b/components/webcrypto/algorithms/ecdh.cc
|
| index b4bff4ccc001a054c1b20c463673b0ecbfe1b3b5..67f4f1af0d9bfe9b452d5be53dfa2af7815254e2 100644
|
| --- a/components/webcrypto/algorithms/ecdh.cc
|
| +++ b/components/webcrypto/algorithms/ecdh.cc
|
| @@ -5,6 +5,8 @@
|
| #include <openssl/ec.h>
|
| #include <openssl/ecdh.h>
|
| #include <openssl/evp.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| #include "components/webcrypto/algorithm_implementation.h"
|
|
|