]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
* Fixes.
[wxWidgets.git] / include / wx / log.h
index 219301b80f7d0c976107616df3e9f597c6a3ee5b..4e482faf1cb4d2256294e0f6645d9c80db7d53e4 100644 (file)
@@ -57,7 +57,8 @@ class WXDLLEXPORT wxLogFrame;
 class WXDLLEXPORT wxFrame;
 
 #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