From e7fa076d947d52b2572d7ea9d623d1b31171861a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Jan 2001 14:51:38 +0000 Subject: [PATCH] compilation fix for new iostreams git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/memory.h b/include/wx/memory.h index 92f28769ac..b5bf5e5781 100644 --- a/include/wx/memory.h +++ b/include/wx/memory.h @@ -32,7 +32,7 @@ // N.B. BC++ doesn't have istream.h, ostream.h # include #else -# include +# include # if defined(__VISUALC__) || defined(__MWERKS__) using namespace std; # endif -- 2.45.2