[libcxx] Add missing includes
authorMichael Buch <michaelbuch12@gmail.com>
Mon, 16 Jan 2023 10:24:22 +0000 (10:24 +0000)
committerMichael Buch <michaelbuch12@gmail.com>
Mon, 16 Jan 2023 17:26:47 +0000 (17:26 +0000)
commit48e862d06d2fce4c3b70eeda748efa2682d62f57
tree5d8eb34fda339582e290d87d6d1c2f647c586ed5
parent0f422215ac63da4cb610a21998a2d24c11703fbf
[libcxx] Add missing includes

This fixes the remaining errors when building the llvm-project
with `LLVM_ENABLE_MODULES=ON` (and `LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY=ON`,
which currently is the LLVM default).

Previously this would fail in the `CXX_SUPPORTS_MODULES` check.

Differential Revision: https://reviews.llvm.org/D141833
libcxx/include/__iterator/bounded_iter.h
libcxx/include/__iterator/move_iterator.h