projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c65e8
)
compilation fix for new iostreams
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 24 Jan 2001 14:51:38 +0000
(14:51 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/memory.h
b/include/wx/memory.h
index 92f28769aca877a0c4473e0d1a67e703684124d0..b5bf5e57817604ff71d68b9f0e77889d735ebdd3 100644
(file)
--- 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 <iostream.h>
#else
-# include <ostream>
+# include <
i
ostream>
# if defined(__VISUALC__) || defined(__MWERKS__)
using namespace std;
# endif