Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++] Add missing xlocale.h include on Apple and FreeBSD (llvm#99689)
The `<locale>` header uses `strtoll_l` and friends which are defined in `<xlocale.h>` on these platforms. While this works via transitive includes when modules are disabled, this doesn't work anymore if the platforms are modularized properly. (cherry picked from commit a55df23)
- Loading branch information