Author: ioeric
Date: Mon Jul  4 06:42:37 2016
New Revision: 274495

URL: http://llvm.org/viewvc/llvm-project?rev=274495&view=rev
Log:
Fix broken build caused by r274494.

Modified:
    clang-tools-extra/trunk/include-fixer/find-all-symbols/HeaderMapCollector.h

Modified: 
clang-tools-extra/trunk/include-fixer/find-all-symbols/HeaderMapCollector.h
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/find-all-symbols/HeaderMapCollector.h?rev=274495&r1=274494&r2=274495&view=diff
==============================================================================
--- clang-tools-extra/trunk/include-fixer/find-all-symbols/HeaderMapCollector.h 
(original)
+++ clang-tools-extra/trunk/include-fixer/find-all-symbols/HeaderMapCollector.h 
Mon Jul  4 06:42:37 2016
@@ -13,6 +13,7 @@
 #include "llvm/ADT/StringMap.h"
 #include "llvm/Support/Regex.h"
 #include <string>
+#include <vector>
 
 namespace clang {
 namespace find_all_symbols {


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to