Add missing and needed #include.

llvm-svn: 33926
This commit is contained in:
Reid Spencer 2007-02-05 21:47:39 +00:00
parent 35a0718d82
commit ca3bf1ad85
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "llvm/Module.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Compiler.h"
#include <vector>
using namespace llvm;