Skip to content

Commit

Permalink
Add missing StringMap.h inclusion, apparently clangd is not covered b…
Browse files Browse the repository at this point in the history
…y check-clang-tools zzz
  • Loading branch information
rnk committed Mar 11, 2020
1 parent 90dbec2 commit d6497a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang-tools-extra/clangd/FS.h
Expand Up @@ -12,6 +12,7 @@
#include "Path.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/VirtualFileSystem.h"

namespace clang {
Expand Down

0 comments on commit d6497a5

Please sign in to comment.