<div dir="ltr">Ahh, sorry, I thought you meant the other one :( Apologies for confusion</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 5, 2021 at 9:58 AM Sam McCall via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">sammccall added inline comments.<br>
<br>
<br>
================<br>
Comment at: llvm/include/llvm/Support/FileSystem/UniqueID.h:17<br>
<br>
+#include "llvm/ADT/DenseMap.h"<br>
 #include <cstdint><br>
----------------<br>
kbobyrev wrote:<br>
> sammccall wrote:<br>
> > you only need DenseMapInfo here<br>
> I think I do need utility because I'm using `std::pair`<br>
I meant this file can include DenseMapInfo.h instead of DenseMap.h. Fixed in 4e91035387faf9e18134b1d46ce0fa803a6e9122<br>
<br>
<br>
Repository:<br>
  rG LLVM Github Monorepo<br>
<br>
CHANGES SINCE LAST ACTION<br>
  <a href="https://reviews.llvm.org/D110925/new/" rel="noreferrer" target="_blank">https://reviews.llvm.org/D110925/new/</a><br>
<br>
<a href="https://reviews.llvm.org/D110925" rel="noreferrer" target="_blank">https://reviews.llvm.org/D110925</a><br>
<br>
</blockquote></div>