diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-18 15:43:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-18 15:43:46 +0000 |
commit | f26801b0e6ab958001f796fd42367e93e9feb96e (patch) | |
tree | 232a6264315375f58fb84f41d7ca45b651a3f1f7 | |
parent | 0998afdc1eb0f5a3ace07a029ce18a94a8fc2f3c (diff) |
Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17125 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/IPO/PruneEH.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp index 36423c8e3e..9601d143f7 100644 --- a/lib/Transforms/IPO/PruneEH.cpp +++ b/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 { |