From 3d9b0b53934033e18bbe02619eadd406b369be6a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Jul 2008 23:33:19 +0000 Subject: [PATCH] compilation fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54698 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 db93e87aa8..abf423e3f9 100644 --- a/include/wx/cppunit.h +++ b/include/wx/cppunit.h @@ -55,6 +55,8 @@ #include #include "wx/afterstd.h" +#include "wx/string.h" + /////////////////////////////////////////////////////////////////////////////// // Set of helpful test macros. -- 2.45.2