Fix a soon-to-be-missing #include
authorChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 06:26:17 +0000 (06:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 06:26:17 +0000 (06:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11707 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicAliasAnalysis.cpp

index 4b46f7d9000b01f4ba048bfe58ddb0edee55ac23..0b131bc76b61b50fc451ce486fc23c0757c2ab93 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Argument.h"
 #include "llvm/iOther.h"
+#include "llvm/iMemory.h"
 #include "llvm/Constants.h"
 #include "llvm/GlobalVariable.h"
 #include "llvm/DerivedTypes.h"