diff options
Diffstat (limited to 'src/common/Cryptography')
| -rw-r--r-- | src/common/Cryptography/CryptoGenerics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Cryptography/CryptoGenerics.h b/src/common/Cryptography/CryptoGenerics.h index e927139215d..439e8c3a1a1 100644 --- a/src/common/Cryptography/CryptoGenerics.h +++ b/src/common/Cryptography/CryptoGenerics.h @@ -18,10 +18,10 @@ #ifndef TRINITY_CRYPTO_GENERICS_HPP #define TRINITY_CRYPTO_GENERICS_HPP -#include "advstd.h" #include "BigNumber.h" #include "Define.h" #include "Errors.h" +#include <iterator> #include <vector> #include <openssl/rand.h> |
