S. B. Tam e0285e497a
[libc++][test] Include <ios> and <ctime> in tests for time locale facets (#179986)
Add inclusion of `<ios>` and `<ctime>` to ensure that the definitions of `std::basic_ios` and `std::tm` are available.

As a drive-by fix, change uses of `tm` to `std::tm`. The latter is guaranteed to be available in `<ctime>`, but the former isn't.
2026-02-11 15:14:28 +08:00
..