Add missing #include

llvm-svn: 3467
This commit is contained in:
Chris Lattner 2002-08-22 18:57:09 +00:00
parent 7d58f8ddc0
commit 3a4a335ad8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "llvm/iMemory.h"
#include "llvm/Constants.h"
#include "llvm/GlobalValue.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Pass.h"
// Register the AliasAnalysis interface, providing a nice name to refer to.