add missing #include

llvm-svn: 32280
This commit is contained in:
Chris Lattner 2006-12-06 18:14:47 +00:00
parent 700b873130
commit f06bb658a8
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "llvm/CodeGen/DwarfWriter.h"
#include "llvm/CodeGen/MachineDebugInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Compiler.h"
#include <set>

View File

@ -82,6 +82,7 @@
#include "llvm/Analysis/ET-Forest.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Transforms/Utils/Local.h"