================ @@ -13,7 +13,7 @@ #ifndef LLVM_SUPPORT_CRC_H #define LLVM_SUPPORT_CRC_H -#include "llvm/Support/DataTypes.h" +#include <stdint.h> ---------------- s-barannikov wrote: ```suggestion #include <cstdint> ``` https://github.com/llvm/llvm-project/pull/104825