Add missing header for uint64_t
LLVM fails to build in some environments with EXPENSIVE_CHECKS due to the use of uint64_t without including cstdint. Differential Revision: https://reviews.llvm.org/D151101
Loading
Please sign in to comment
LLVM fails to build in some environments with EXPENSIVE_CHECKS due to the use of uint64_t without including cstdint. Differential Revision: https://reviews.llvm.org/D151101