Fix VC++ compilation error.
authorJeff Cohen <jeffc@jolt-lang.org>
Wed, 1 Feb 2006 04:37:04 +0000 (04:37 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Wed, 1 Feb 2006 04:37:04 +0000 (04:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25869 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/InlineAsm.cpp

index 430fb07008e383caa79516206596dfc1bad16cf1..54367204175cdedea9bbd031ae311a516948d01c 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "llvm/InlineAsm.h"
 #include "llvm/DerivedTypes.h"
+#include <algorithm>
 #include <cctype>
 using namespace llvm;