diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-03-19 18:20:33 +0100 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2020-03-19 18:20:55 +0100 |
commit | ca0c50bc450f5259acc6af0f4123690969b7e9cb (patch) | |
tree | 2294ae8b9d4e4f71e7d3d093f285e40e53b88d0c /src/common/Cryptography/CryptoGenerics.h | |
parent | 264a35617c025c52d522c87b6c4cf7aa3daa2484 (diff) |
Core/Misc: C++17 cleanups, commit 3, the header commit
Diffstat (limited to 'src/common/Cryptography/CryptoGenerics.h')
-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> |