X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb3a3cbbd3da3d03476de447e4cf1f7818e56b50..eafdb19c44154550b3c6155a62642e7ab5c6e64d:/include/wx/stdstream.h diff --git a/include/wx/stdstream.h b/include/wx/stdstream.h index a973bbb768..e3f3a474fe 100644 --- a/include/wx/stdstream.h +++ b/include/wx/stdstream.h @@ -14,7 +14,7 @@ #include "wx/defs.h" // wxUSE_STD_IOSTREAM -#if wxUSE_STD_IOSTREAM +#if wxUSE_STREAMS && wxUSE_STD_IOSTREAM #include "wx/defs.h" #include "wx/stream.h" @@ -106,6 +106,6 @@ protected: wxStdOutputStreamBuffer m_streamBuffer; }; -#endif // wxUSE_STD_IOSTREAM +#endif // wxUSE_STREAMS && wxUSE_STD_IOSTREAM #endif // _WX_STDSTREAM_H_