diff options
-rw-r--r-- | clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h b/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h index d231b8fde1f..ecbd25f8329 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h @@ -13,6 +13,7 @@ #include "llvm/ADT/StringMap.h" #include "llvm/Support/Regex.h" #include <string> +#include <vector> namespace clang { namespace find_all_symbols { |