Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten!
authorChris Lattner <sabre@nondot.org>
Mon, 18 Oct 2004 15:43:46 +0000 (15:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Oct 2004 15:43:46 +0000 (15:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17125 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/PruneEH.cpp

index 36423c8e3e91c39d1ab5772577846ed7215b1e38..9601d143f748c449d9e3bf265ab52f1e399ca273 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Analysis/CallGraph.h"
 #include "llvm/ADT/Statistic.h"
 #include <set>
+#include <algorithm>
 using namespace llvm;
 
 namespace {