diff options
-rw-r--r-- | lib/System/Host.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/System/Host.cpp b/lib/System/Host.cpp index 37591a57b0..e112698349 100644 --- a/lib/System/Host.cpp +++ b/lib/System/Host.cpp @@ -22,6 +22,9 @@ #ifdef LLVM_ON_WIN32 #include "Win32/Host.inc" #endif +#ifdef _MSC_VER +#include <intrin.h> +#endif //===----------------------------------------------------------------------===// // |