Skip to content

Commit a6bbaab

Browse files
committed
libstdc++: add missing include in ranges_util.h
libstdc++-v3/ChangeLog: * include/bits/ranges_util.h: Add missing <bits/invoke.h> include.
1 parent df5df10 commit a6bbaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libstdc++-v3/include/bits/ranges_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#if __cplusplus > 201703L
3434
# include <bits/ranges_base.h>
3535
# include <bits/utility.h>
36+
# include <bits/invoke.h>
3637

3738
#ifdef __glibcxx_ranges
3839
namespace std _GLIBCXX_VISIBILITY(default)

0 commit comments

Comments
 (0)