]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
fixed previous commit (no changes)
[wxWidgets.git] / include / wx / memory.h
index 92f28769aca877a0c4473e0d1a67e703684124d0..b5bf5e57817604ff71d68b9f0e77889d735ebdd3 100644 (file)
@@ -32,7 +32,7 @@
     // N.B. BC++ doesn't have istream.h, ostream.h
 #   include <iostream.h>
 #else
-#   include <ostream>
+#   include <iostream>
 #   if defined(__VISUALC__) || defined(__MWERKS__)
         using namespace std;
 #   endif