]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/docview.h
final (?) changes to the generic tree ctrl -- seems to work ok
[wxWidgets.git] / include / wx / docview.h
index 7e63ff80f4aec4e2b627937d66528fb98b87ff2f..f3717c44bffec885234a81d188bf5b4492ee391b 100644 (file)
@@ -37,8 +37,8 @@ class WXDLLEXPORT wxFileHistory;
 class WXDLLEXPORT wxConfigBase;
 
 #if wxUSE_IOSTREAMH
-#  include <istream.h>
-#  include <ostream.h>
+// N.B. BC++ doesn't have istream.h, ostream.h
+#  include <iostream.h>
 #else
 #  include <istream>
 #  include <ostream>