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