compilation fix for new iostreams
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Jan 2001 14:51:38 +0000 (14:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Jan 2001 14:51:38 +0000 (14:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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