#endif // Debug/!Debug
// Unfortunately Borland seems to need this include.
+#if wxUSE_STD_IOSTREAM && (defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT)
#ifdef __BORLANDC__
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <iostream>
#endif
#endif
+#endif
class WXDLLEXPORT wxObjectRefData;
#endif // Debug & memory tracing
#if wxUSE_STD_IOSTREAM && (defined(__WXDEBUG__) || wxUSE_DEBUG_CONTEXT)
- virtual void Dump(ostream& str);
+ virtual void Dump(wxSTD ostream& str);
#endif
#if wxUSE_SERIAL