On Thu, 21 Dec 2023 at 21:26, Arsen Arsenović wrote:
>
> libstdc++-v3/ChangeLog:
>
>         * include/bits/ranges_util.h: Add missing <bits/invoke.h>
>         include.

OK


> ---
>  libstdc++-v3/include/bits/ranges_util.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libstdc++-v3/include/bits/ranges_util.h 
> b/libstdc++-v3/include/bits/ranges_util.h
> index 185e46ec7a94..ad61a19dd33d 100644
> --- a/libstdc++-v3/include/bits/ranges_util.h
> +++ b/libstdc++-v3/include/bits/ranges_util.h
> @@ -33,6 +33,7 @@
>  #if __cplusplus > 201703L
>  # include <bits/ranges_base.h>
>  # include <bits/utility.h>
> +# include <bits/invoke.h>
>
>  #ifdef __glibcxx_ranges
>  namespace std _GLIBCXX_VISIBILITY(default)
> --
> 2.43.0
>

Reply via email to