diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/filesystem')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/filesystem | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/include/filesystem b/contrib/llvm-project/libcxx/include/filesystem index 99ba713ad07b..ec68354a9fc9 100644 --- a/contrib/llvm-project/libcxx/include/filesystem +++ b/contrib/llvm-project/libcxx/include/filesystem @@ -565,6 +565,8 @@ inline constexpr bool std::ranges::enable_view<std::filesystem::recursive_direct #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 # include <concepts> # include <cstdlib> +# include <iosfwd> +# include <new> # include <system_error> #endif |
