diff options
Diffstat (limited to 'src/server/shared/Cryptography/HMACSHA1.cpp')
-rwxr-xr-x | src/server/shared/Cryptography/HMACSHA1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Cryptography/HMACSHA1.cpp b/src/server/shared/Cryptography/HMACSHA1.cpp index 3f21aa4582d..447d0b58efc 100755 --- a/src/server/shared/Cryptography/HMACSHA1.cpp +++ b/src/server/shared/Cryptography/HMACSHA1.cpp @@ -18,6 +18,7 @@ #include "HMACSHA1.h" #include "BigNumber.h" +#include "Common.h" HmacHash::HmacHash(uint32 len, uint8 *seed) { |