X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c507ea6dc2f689d637e4962cde2e23f9bcdddf8..2d55af1dfa7fd1cc2df13a6593fd51591cfcfcb1:/include/wx/stdstream.h diff --git a/include/wx/stdstream.h b/include/wx/stdstream.h index dd11fd660d..e3f3a474fe 100644 --- a/include/wx/stdstream.h +++ b/include/wx/stdstream.h @@ -14,11 +14,11 @@ #include "wx/defs.h" // wxUSE_STD_IOSTREAM -#if wxUSE_STD_IOSTREAM +#if wxUSE_STREAMS && wxUSE_STD_IOSTREAM -#include #include "wx/defs.h" #include "wx/stream.h" +#include "wx/ioswrap.h" // ========================================================================== // wxStdInputStreamBuffer @@ -106,6 +106,6 @@ protected: wxStdOutputStreamBuffer m_streamBuffer; }; -#endif // wxUSE_STD_IOSTREAM +#endif // wxUSE_STREAMS && wxUSE_STD_IOSTREAM #endif // _WX_STDSTREAM_H_