]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
Minor modifications...
[wxWidgets.git] / include / wx / memory.h
index 8f5c81ae95b4657ac0118b83ee75e5174e055872..4a4117e410b4ce97044673203fe69dc10700de67 100644 (file)
@@ -28,7 +28,8 @@
 #include <stddef.h>
 
 #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