Some BC++ fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-13 15:01:46 +00:00
parent 3f1802b55d
commit 1a464ed91d
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
#include <wx/hash.h>
#ifdef new
#undef new
#endif
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>

View File

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