| Index: crypto/p224_spake.h
|
| diff --git a/crypto/p224_spake.h b/crypto/p224_spake.h
|
| index f9a44e70e17a3a1cbbf6d63b052c7368b44a7fba..b5cc70ae9e731c61756cacbf2bd9eb4edf758883 100644
|
| --- a/crypto/p224_spake.h
|
| +++ b/crypto/p224_spake.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef CRYPTO_P224_SPAKE_H_
|
| #define CRYPTO_P224_SPAKE_H_
|
|
|
| -#include <crypto/p224.h>
|
| -#include <crypto/sha2.h>
|
| #include <stdint.h>
|
|
|
| +#include <string>
|
| +
|
| #include "base/gtest_prod_util.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "crypto/p224.h"
|
| +#include "crypto/sha2.h"
|
|
|
| namespace crypto {
|
|
|
|
|