swift
3bd71c9d
- [NFC] Include `<cstdlib>` and `<cstdint>` where necessary.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
330 days ago
[NFC] Include `<cstdlib>` and `<cstdint>` where necessary. Our Bazel builds have become more strict about libc++ dependencies recently, so these are required to pick up declarations of `malloc` and `uint32_t`, respectively.
References
#78808 - [NFC] Include `<cstdlib>` and `<cstdint>` where necessary.
Author
allevato
Parents
11fbd946
Loading