| Index: components/webcrypto/algorithms/ec.cc
|
| diff --git a/components/webcrypto/algorithms/ec.cc b/components/webcrypto/algorithms/ec.cc
|
| index e489b87f325693322660872c3bef8493fc741121..11d4c58661e36b1e0e47545c1fdc72e278ae8880 100644
|
| --- a/components/webcrypto/algorithms/ec.cc
|
| +++ b/components/webcrypto/algorithms/ec.cc
|
| @@ -8,8 +8,10 @@
|
| #include <openssl/ec_key.h>
|
| #include <openssl/evp.h>
|
| #include <openssl/pkcs12.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "components/webcrypto/algorithms/asymmetric_key_util.h"
|
| #include "components/webcrypto/algorithms/util.h"
|
| #include "components/webcrypto/blink_key_handle.h"
|
|
|