From ef4327037ae07541fa342c80b57e0e201cab49de Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 10 Sep 2003 21:11:42 +0000 Subject: Check in the fix I meant to apply here, but mistakenly applied to tools/extract instead..... heh llvm-svn: 8464 --- llvm/tools/bugpoint/ExtractFunction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/tools/bugpoint/ExtractFunction.cpp') diff --git a/llvm/tools/bugpoint/ExtractFunction.cpp b/llvm/tools/bugpoint/ExtractFunction.cpp index 214833894b1..68dc3c913f9 100644 --- a/llvm/tools/bugpoint/ExtractFunction.cpp +++ b/llvm/tools/bugpoint/ExtractFunction.cpp @@ -9,6 +9,7 @@ #include "llvm/Constant.h" #include "llvm/Module.h" #include "llvm/PassManager.h" +#include "llvm/Pass.h" #include "llvm/Type.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Transforms/IPO.h" -- cgit v1.2.3