================ @@ -75,11 +75,14 @@ #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/Support/TimeProfiler.h" +#include <memory> ---------------- zyn0217 wrote:
People say we don't want additional headers when they review, and I assume `<memory>` was already included somewhere else... https://github.com/llvm/llvm-project/pull/173537 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
