| Index: crypto/rsa_private_key.h
|
| diff --git a/crypto/rsa_private_key.h b/crypto/rsa_private_key.h
|
| index 987b3bfc70134e32df966bc3bd936874a68b89b8..e9a1afd078e8a21b2a76bfd60697b9dab448ea21 100644
|
| --- a/crypto/rsa_private_key.h
|
| +++ b/crypto/rsa_private_key.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CRYPTO_RSA_PRIVATE_KEY_H_
|
| #define CRYPTO_RSA_PRIVATE_KEY_H_
|
|
|
| -#include <openssl/base.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -15,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| #include "crypto/crypto_export.h"
|
| +#include "third_party/boringssl/src/include/openssl/base.h"
|
|
|
| namespace crypto {
|
|
|
|
|