Improve InstVisitor docs.
[oota-llvm.git] / include / llvm / PassAnalysisSupport.h
index 415f93cc67bb9a358818e209ac3e15bde12a0902..892d203ba3ac980c58936aa1e0b68fe18dcfb2f5 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef LLVM_PASS_ANALYSIS_SUPPORT_H
 #define LLVM_PASS_ANALYSIS_SUPPORT_H
 
+#include <vector>
+
 namespace llvm {
 
 // No need to include Pass.h, we are being included by it!