diff options
Diffstat (limited to 'src/common/hash.cpp')
-rw-r--r-- | src/common/hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hash.cpp b/src/common/hash.cpp index fe2c9e636..50c7cb5f9 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <algorithm> #include "common/hash.h" #if _M_SSE >= 0x402 |