From: Michael Wetherell Date: Sat, 16 Sep 2006 08:01:17 +0000 (+0000) Subject: Missing header. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ef0aeb729dd02e78d8daf56a9380a1cccf317fe5 Missing header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/cppunit.h b/include/wx/cppunit.h index 8bbc99f7f5..6698891991 100644 --- a/include/wx/cppunit.h +++ b/include/wx/cppunit.h @@ -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();