Fixes to BC++ compilation in mem debug mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-13 14:49:26 +00:00
parent c190ab22c0
commit 3f1802b55d
12 changed files with 41 additions and 5 deletions

View File

@@ -26,6 +26,10 @@
#include <wx/wxexpr.h>
#ifdef new
#undef new
#endif
#if wxUSE_IOSTREAMH
#include <iostream.h>
#else