| Index: components/webcrypto/algorithms/util.h
|
| diff --git a/components/webcrypto/algorithms/util.h b/components/webcrypto/algorithms/util.h
|
| index 8fa292651f037d529977f3199ae1ac313dffb1c8..2132683412c365fb66f8384cbc2cc09c4dc782a0 100644
|
| --- a/components/webcrypto/algorithms/util.h
|
| +++ b/components/webcrypto/algorithms/util.h
|
| @@ -9,6 +9,8 @@
|
| #include <vector>
|
|
|
| #include <openssl/base.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
|
|