================ @@ -23,6 +23,7 @@ #include "llvm/Support/AllocToken.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/SipHash.h" +#include <cstdint> ---------------- RKSimon wrote:
necessary? IWYU is likely to strip this again the next time someone does a cleanup https://github.com/llvm/llvm-project/pull/182589 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
