| Index: components/webcrypto/algorithms/ec.h
|
| diff --git a/components/webcrypto/algorithms/ec.h b/components/webcrypto/algorithms/ec.h
|
| index bebf87bf089a580452d00e6b7553e2ea6545731e..1e9bd3e8b505dec5bde577905f1a7c13264eae1b 100644
|
| --- a/components/webcrypto/algorithms/ec.h
|
| +++ b/components/webcrypto/algorithms/ec.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
|
| #define COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "components/webcrypto/algorithm_implementation.h"
|
|
|
| namespace webcrypto {
|
|
|