commit | b622c11f775e0fb147a5487bc4345b813f5a47f0 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Mon Mar 05 00:00:42 2007 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Mon Mar 05 00:00:42 2007 +0000 |
tree | a749bc824452c7d96d1f99328e9761cd68e85a7d | |
parent | 2fbcc0714c505fa6573709e987489cb6f698ab61 [diff] [blame] |
Unbreak VC++ build. llvm-svn: 34917
diff --git a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp index aeb4173..ce6db56 100644 --- a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp +++ b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
@@ -22,6 +22,7 @@ #include "llvm/Support/CallSite.h" #include "llvm/Support/Compiler.h" #include "llvm/ADT/Statistic.h" +#include <algorithm> using namespace llvm; STATISTIC(NumRaised, "Number of allocations raised");