File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed
test/libcxx/transitive_includes Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 30
30
#include < __concepts/same_as.h>
31
31
#include < __config>
32
32
#include < __format/format_functions.h>
33
- #include < ostream>
33
+ #include < __fwd/ ostream.h >
34
34
#include < ratio>
35
35
36
36
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
Original file line number Diff line number Diff line change @@ -997,6 +997,7 @@ constexpr chrono::year operator ""y(unsigned lo
997
997
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER == 20
998
998
# include < charconv>
999
999
# include < locale>
1000
+ # include < ostream>
1000
1001
#endif
1001
1002
1002
1003
#endif // _LIBCPP_CHRONO
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ chrono ctime
75
75
chrono format
76
76
chrono forward_list
77
77
chrono limits
78
- chrono ostream
79
78
chrono ratio
80
79
chrono sstream
81
80
chrono stdexcept
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ chrono ctime
75
75
chrono format
76
76
chrono forward_list
77
77
chrono limits
78
- chrono ostream
79
78
chrono ratio
80
79
chrono sstream
81
80
chrono stdexcept
You can’t perform that action at this time.
0 commit comments