From a114b14e5dd1869b8dfcf79736fe05a3616b520a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jan 2008 23:41:05 +0000 Subject: [PATCH] add missing #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45516 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 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;