From ef0aeb729dd02e78d8daf56a9380a1cccf317fe5 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 16 Sep 2006 08:01:17 +0000 Subject: [PATCH] Missing header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cppunit.h | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.47.2