commit | 5b3a4553c1da7e417a240379e2f510c77532c5c1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Mar 17 15:38:16 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Mar 17 15:38:16 2005 +0000 |
tree | ad032febd562cc403fbf1cc113cad002e750dde0 | |
parent | ec3f5c4fd769057ef98f08e8a160e315a2f10a18 [diff] [blame] |
Fix the missing symbols problem Bill was hitting. Patch contributed by Bill Wendling!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20649 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/bugpoint/TestPasses.cpp b/tools/bugpoint/TestPasses.cpp index b95dbe7..b253934 100644 --- a/tools/bugpoint/TestPasses.cpp +++ b/tools/bugpoint/TestPasses.cpp
@@ -16,6 +16,7 @@ #include "llvm/Constant.h" #include "llvm/Instructions.h" #include "llvm/Pass.h" +#include "llvm/Type.h" #include "llvm/Support/InstVisitor.h" using namespace llvm;