X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f4a0c5be34be837210768501c13dbcff81e533c..01feccc2041bc884d6dea186c501a666d9e5e660:/include/wx/ioswrap.h diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index ce0b15357c..6769adc565 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: ioswrap.h +// Name: wx/ioswrap.h // Purpose: includes the correct iostream headers for current compiler // Author: Vadim Zeitlin // Modified by: @@ -9,12 +9,14 @@ // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// +#if wxUSE_STD_IOSTREAM + #if wxUSE_IOSTREAMH - // N.B. BC++ doesn't have istream.h, ostream.h # include #else # include -# if defined(__VISUALC__) || defined(__MWERKS__) - using namespace std; -# endif #endif + +#endif + // wxUSE_STD_IOSTREAM +