summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-18 15:43:46 +0000
committerChris Lattner <sabre@nondot.org>2004-10-18 15:43:46 +0000
commit88a8a329c3ce0d9f5b2266a6de46995b48e4bc78 (patch)
treea162f3167c3ccf411e0397ecec4b26e84acddfbd /llvm/lib/Transforms
parent69274ad96a32f2af9808ebfbfe4e7db1fef48431 (diff)
downloadbcm5719-llvm-88a8a329c3ce0d9f5b2266a6de46995b48e4bc78.tar.gz
bcm5719-llvm-88a8a329c3ce0d9f5b2266a6de46995b48e4bc78.zip
Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten!
llvm-svn: 17125
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/PruneEH.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/IPO/PruneEH.cpp b/llvm/lib/Transforms/IPO/PruneEH.cpp
index 36423c8e3e9..9601d143f74 100644
--- a/llvm/lib/Transforms/IPO/PruneEH.cpp
+++ b/llvm/lib/Transforms/IPO/PruneEH.cpp
@@ -22,6 +22,7 @@
#include "llvm/Analysis/CallGraph.h"
#include "llvm/ADT/Statistic.h"
#include <set>
+#include <algorithm>
using namespace llvm;
namespace {
OpenPOWER on IntegriCloud