X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90babdf85c9c8025e7f0647c0270de6d7e44a63..d4c241b9e6b05a6a2ca5b701d25792994a52c023:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index 2c9e5ccb33..24292ae8d4 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -16,6 +16,9 @@ #pragma interface "log.h" #endif +#include "wx/setup.h" +#include "wx/string.h" + // ---------------------------------------------------------------------------- // forward declarations // ---------------------------------------------------------------------------- @@ -87,15 +90,7 @@ enum #define wxTraceOleCalls 0x0100 // OLE interface calls #endif -#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 +#include "wx/ioswrap.h" // ---------------------------------------------------------------------------- // derive from this class to redirect (or suppress, or ...) log messages