public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-6793] libstdc++: add missing include in ranges_util.h
@ 2023-12-21 21:55 Arsen Arsenović
  0 siblings, 0 replies; only message in thread
From: Arsen Arsenović @ 2023-12-21 21:55 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:a6bbaab2732defa0a901c655e6aacf89e7f746a2

commit r14-6793-ga6bbaab2732defa0a901c655e6aacf89e7f746a2
Author: Arsen Arsenović <arsen@aarsen.me>
Date:   Sun Nov 5 13:54:54 2023 +0100

    libstdc++: add missing include in ranges_util.h
    
    libstdc++-v3/ChangeLog:
    
            * include/bits/ranges_util.h: Add missing <bits/invoke.h>
            include.

Diff:
---
 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 185e46ec7a9..ad61a19dd33 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-21 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21 21:55 [gcc r14-6793] libstdc++: add missing include in ranges_util.h Arsen Arsenović

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).