Missing header.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-09-16 08:01:17 +00:00
parent d49bdf3432
commit ef0aeb729d

View File

@@ -82,6 +82,8 @@
// stream inserter for wxString
//
#include "wx/string.h"
inline std::ostream& operator<<(std::ostream& o, const wxString& s)
{
return o << s.mb_str();