Fix the missing symbols problem Bill was hitting. Patch contributed by

Bill Wendling!!

llvm-svn: 20649
This commit is contained in:
Chris Lattner
2005-03-17 15:38:16 +00:00
parent 5251047abd
commit 7b9020a059
12 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Type.h"
#include <map>
using namespace llvm;