From: Chris Lattner Date: Wed, 2 Jan 2008 23:41:05 +0000 (+0000) Subject: add missing #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a114b14e5dd1869b8dfcf79736fe05a3616b520a;p=oota-llvm.git add missing #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45516 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/PruneEH.cpp b/lib/Transforms/IPO/PruneEH.cpp index 7704c34a952..4fe139a3800 100644 --- a/lib/Transforms/IPO/PruneEH.cpp +++ b/lib/Transforms/IPO/PruneEH.cpp @@ -25,6 +25,7 @@ #include "llvm/ADT/Statistic.h" #include "llvm/Support/CFG.h" #include "llvm/Support/Compiler.h" +#include "llvm/ParameterAttributes.h" #include #include using namespace llvm;