Fix the missing symbols problem Bill was hitting. Patch contributed by
[oota-llvm.git] / lib / Analysis / AliasSetTracker.cpp
index 8863297b31f304faab406806fb86d3cea04f929b..4b36f4089c21cf2c343175af0d4a190d166c592c 100644 (file)
@@ -15,6 +15,7 @@
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"
+#include "llvm/Type.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Assembly/Writer.h"
 #include "llvm/Support/InstIterator.h"