diff options
author | Kargatum <dowlandtop@yandex.com> | 2021-06-23 06:01:53 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 01:01:53 +0200 |
commit | 8202da358b3e465a2fc87c463aa358891f18adfa (patch) | |
tree | 139a955a16b9e67d960c1b91dcb452400586c23a /src/common/Cryptography/CryptoHash.h | |
parent | b2472caeedf394b7c193be4df33dd88babdcbee4 (diff) |
refactor(Core/Common): alphabetical sorting inlcudes (#6282)
- Part https://github.com/WarheadCore/WarheadBand/pull/37
Diffstat (limited to 'src/common/Cryptography/CryptoHash.h')
-rw-r--r-- | src/common/Cryptography/CryptoHash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Cryptography/CryptoHash.h b/src/common/Cryptography/CryptoHash.h index aa4c85b8fd..3da687c7a4 100644 --- a/src/common/Cryptography/CryptoHash.h +++ b/src/common/Cryptography/CryptoHash.h @@ -10,9 +10,9 @@ #include "Define.h" #include "Errors.h" #include <array> +#include <openssl/evp.h> #include <string> #include <string_view> -#include <openssl/evp.h> class BigNumber; |