From f26801b0e6ab958001f796fd42367e93e9feb96e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 18 Oct 2004 15:43:46 +0000 Subject: [PATCH] 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 --- lib/Transforms/IPO/PruneEH.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp index 36423c8e3e9..9601d143f74 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 +#include using namespace llvm; namespace {