projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change wxMSW to use WidthDefault and HeightDefault for window sizes,
[wxWidgets.git]
/
src
/
common
/
string.cpp
diff --git
a/src/common/string.cpp
b/src/common/string.cpp
index aa461904f498b58daab618ee883fb97f27159fc8..9a0cff0e00abae665a9c6ea6617490ec3d615cfa 100644
(file)
--- a/
src/common/string.cpp
+++ b/
src/common/string.cpp
@@
-100,6
+100,8
@@
extern const wxChar WXDLLIMPEXP_BASE *wxEmptyString = &g_strEmpty.dummy;
//
// ATTN: you can _not_ use both of these in the same program!
+#include <iostream>
+
wxSTD istream& operator>>(wxSTD istream& is, wxString& WXUNUSED(str))
{
#if 0