diff --git a/common/SHA1.cpp b/common/SHA1.cpp index 2caa899..f85f771 100644 --- a/common/SHA1.cpp +++ b/common/SHA1.cpp @@ -2,6 +2,10 @@ #include #include +#if defined(WHOA_SYSTEM_WIN) +#include +#endif + #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) #if defined(__BIG_ENDIAN__)