Fix another PATypeHolder error, contributed by Bill Wendling!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-04-01 15:41:30 +00:00
parent 69c8e20aa1
commit e6fea166c3

View File

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