X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f4a0c5be34be837210768501c13dbcff81e533c..0902e71a160c215d9f65214a19a53facd1cf7ab9:/include/wx/ioswrap.h diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index ce0b15357c..8d2ad899b6 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -9,6 +9,8 @@ // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// +#if wxUSE_STD_IOSTREAM + #if wxUSE_IOSTREAMH // N.B. BC++ doesn't have istream.h, ostream.h # include @@ -18,3 +20,7 @@ using namespace std; # endif #endif + +#endif + // wxUSE_STD_IOSTREAM +