X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bf78aae345c474fe75c0d9df43cf3aaeaf75d57..539dae520079857cd3bc5aaaf280a85a4e3b78c6:/include/wx/log.h?ds=sidebyside diff --git a/include/wx/log.h b/include/wx/log.h index ec849d8df9..db595e7664 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -57,13 +57,13 @@ class WXDLLEXPORT wxLogFrame; class WXDLLEXPORT wxFrame; #if wxUSE_IOSTREAMH -// N.B. BC++ doesn't have istream.h, ostream.h -# include + // N.B. BC++ doesn't have istream.h, ostream.h +# include #else -# include -# ifdef _MSC_VER - using namespace std; -# endif +# include +# if defined(__VISUALC__) || defined(__MWERKS__) + using namespace std; +# endif #endif // ----------------------------------------------------------------------------