Fix another PATypeHolder error, contributed by Bill Wendling!

llvm-svn: 20983
This commit is contained in:
Chris Lattner 2005-04-01 15:41:30 +00:00
parent 617af97040
commit 5053ea85fc
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#define DEBUG_TYPE "ModuloSched"
#include "DependenceAnalyzer.h"
#include "llvm/Type.h"
#include "llvm/Support/Debug.h"
namespace llvm {