]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Updated testconf, fixed mistake in install.
[wxWidgets.git] / include / wx / log.h
index 2c9e5ccb3303c43cc4524aa8426efc54ddae4d3f..24292ae8d4d330fd8531a4cd12eac624f66bf074 100644 (file)
@@ -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 <iostream.h>
-#else
-#   include <ostream>
-#   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