[clang-tools-extra] r274495 - Fix broken build caused by r274494.

Eric Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 4 04:42:38 PDT 2016


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 {




More information about the cfe-commits mailing list