public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1491] libstdc++: Fix broken _GLIBCXX_PARALLEL mode
@ 2023-06-02  9:45 Francois Dumont
  0 siblings, 0 replies; only message in thread
From: Francois Dumont @ 2023-06-02  9:45 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:4d866c6bb4569988dbf322473f7c6857640c71b2

commit r14-1491-g4d866c6bb4569988dbf322473f7c6857640c71b2
Author: François Dumont <fdumont@gcc.gnu.org>
Date:   Fri Jun 2 11:44:14 2023 +0200

    libstdc++: Fix broken _GLIBCXX_PARALLEL mode
    
    Add missing <parallel/search.h> include in <parallel/algobase.h>.
    
    libstdc++-v3/ChangeLog:
    
            * include/parallel/algobase.h: Include <parallel/search.h>.

Diff:
---
 libstdc++-v3/include/parallel/algobase.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/include/parallel/algobase.h b/libstdc++-v3/include/parallel/algobase.h
index 4e4cc0fa0f2..9e5b86558e4 100644
--- a/libstdc++-v3/include/parallel/algobase.h
+++ b/libstdc++-v3/include/parallel/algobase.h
@@ -41,6 +41,7 @@
 #include <parallel/algorithmfwd.h>
 #include <parallel/find.h>
 #include <parallel/find_selectors.h>
+#include <parallel/search.h>
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {

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

only message in thread, other threads:[~2023-06-02  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02  9:45 [gcc r14-1491] libstdc++: Fix broken _GLIBCXX_PARALLEL mode Francois Dumont

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).