diff --git a/llvm/lib/Support/xxhash.cpp b/llvm/lib/Support/xxhash.cpp index cdb76d57e2c1d..81e1bff426b3e 100644 --- a/llvm/lib/Support/xxhash.cpp +++ b/llvm/lib/Support/xxhash.cpp @@ -60,6 +60,10 @@ #include #endif +#if defined(_MSC_VER) +#include +#endif + using namespace llvm; using namespace support;