From d8a3944b440777d2d6fb4a9f456189a0dc439ec8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 12 Mar 2025 17:43:08 +0000 Subject: [PATCH] libstdc++: Use new header in In r15-5832-g91f4550e1700b7 std::monostate was moved to its own header, which means that no longer needs to include all of . libstdc++-v3/ChangeLog: * include/std/format: Include instead of . --- libstdc++-v3/include/std/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format index bc26599b9f9..f52645a3ac7 100644 --- a/libstdc++-v3/include/std/format +++ b/libstdc++-v3/include/std/format @@ -51,7 +51,7 @@ #include #include #include -#include // monostate (TODO: move to bits/utility.h?) +#include #include // input_range, range_reference_t #include // subrange #include // ranges::copy -- 2.47.2