File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,14 +193,14 @@ typedef basic_fstream<wchar_t> wfstream;
193193#include < __fwd/fstream.h>
194194#include < __locale>
195195#include < __memory/addressof.h>
196+ #include < __ostream/basic_ostream.h>
196197#include < __type_traits/enable_if.h>
197198#include < __type_traits/is_same.h>
198199#include < __utility/move.h>
199200#include < __utility/swap.h>
200201#include < __utility/unreachable.h>
201202#include < cstdio>
202203#include < istream>
203- #include < ostream>
204204#include < typeinfo>
205205#include < version>
206206
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ private:
130130*/
131131
132132#include < __config>
133+ #include < __ostream/basic_ostream.h>
133134#include < istream>
134- #include < ostream>
135135#include < version>
136136
137137#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
You can’t perform that action at this time.
0 commit comments