================ @@ -40,6 +40,7 @@ #include <string> #include <unordered_map> #include <unordered_set> +#include <utility> ---------------- htyu wrote: Good catch, it's not needed. Probably auto added as I previously used std::pair. https://github.com/llvm/llvm-project/pull/68608