diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-20 02:54:12 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-20 02:54:12 +0200 |
commit | 0531f52008cfc4ecb28c0b3cd67504e06452ab75 (patch) | |
tree | b6fdbce62d473ed3de256f999910dcef02be7fda /src/server/shared/Cryptography/SHA1.cpp | |
parent | a59ec8c8e9aa76700e4f1c78ca9eaba300ee712d (diff) |
Core: Fix non pch build (gcc)
Diffstat (limited to 'src/server/shared/Cryptography/SHA1.cpp')
-rw-r--r-- | src/server/shared/Cryptography/SHA1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Cryptography/SHA1.cpp b/src/server/shared/Cryptography/SHA1.cpp index c89469bafb5..d47b13067cd 100644 --- a/src/server/shared/Cryptography/SHA1.cpp +++ b/src/server/shared/Cryptography/SHA1.cpp @@ -18,6 +18,7 @@ #include "SHA1.h" #include "BigNumber.h" +#include <cstring> #include <stdarg.h> SHA1Hash::SHA1Hash() |