[PATCH] D110925: [clangd] Follow-up on rGdea48079b90d
    Kirill Bobyrev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Oct  3 23:35:51 PDT 2021
    
    
  
kbobyrev added inline comments.
================
Comment at: llvm/include/llvm/Support/FileSystem/UniqueID.h:17
 
+#include "llvm/ADT/DenseMap.h"
 #include <cstdint>
----------------
sammccall wrote:
> you only need DenseMapInfo here
I think I do need utility because I'm using `std::pair`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110925/new/
https://reviews.llvm.org/D110925
    
    
More information about the cfe-commits
mailing list