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