Fix some null checks to actually test the part that needs checking.
[oota-llvm.git] / include / llvm / Analysis / AliasAnalysis.h
index 66f60ab547db8162144b75511be3e91ab47834ad..f91403acb97e801f8e54b76282ff6074a9f12845 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "llvm/Support/CallSite.h"
 #include "llvm/System/IncludeFile.h"
+#include <vector>
 
 namespace llvm {