#include "wx/string.h"
#include "wx/intl.h"
#if wxUSE_THREADS
- #include <wx/thread.h>
+ #include "wx/thread.h"
#endif
#endif
return is;
}
+ostream& operator<<(ostream& os, const wxString& str)
+{
+ os << str.c_str();
+ return os;
+}
+
#endif //std::string compatibility
// ----------------------------------------------------------------------------