Add missing #include
authorChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 18:57:09 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 18:57:09 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3467 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/AliasAnalysis.cpp

index 6c8cd54f912d864214ef8eca4922014f92fefe2e..fd6059d8b2f3490e399db838a06647eca46051f5 100644 (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.