// Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////////
+#if wxUSE_STD_IOSTREAM
+
#if wxUSE_IOSTREAMH
// N.B. BC++ doesn't have istream.h, ostream.h
# include <iostream.h>
using namespace std;
# endif
#endif
+
+#endif
+ // wxUSE_STD_IOSTREAM
+