| Index: components/webcrypto/algorithms/aes.h
|
| diff --git a/components/webcrypto/algorithms/aes.h b/components/webcrypto/algorithms/aes.h
|
| index 62cc3b1e406f25a739d40322a5ddab92a8d58432..65b82d74590f9931e18b6dfc1c7a60f7fda0072d 100644
|
| --- a/components/webcrypto/algorithms/aes.h
|
| +++ b/components/webcrypto/algorithms/aes.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_AES_H_
|
| #define COMPONENTS_WEBCRYPTO_ALGORITHMS_AES_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "components/webcrypto/algorithm_implementation.h"
|
|
|
| namespace webcrypto {
|
|
|