From: Vadim Zeitlin Date: Thu, 27 Mar 2008 16:41:08 +0000 (+0000) Subject: compilation fix for PCH-less compilation (thanks buildbot) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/65ef1791d38a4a6d086554ad8cfcac43fc67f04d compilation fix for PCH-less compilation (thanks buildbot) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/scopeguard/scopeguardtest.cpp b/tests/scopeguard/scopeguardtest.cpp index 24c19fd981..83a73684dc 100644 --- a/tests/scopeguard/scopeguardtest.cpp +++ b/tests/scopeguard/scopeguardtest.cpp @@ -21,6 +21,7 @@ #pragma hdrstop #endif +#include "wx/string.h" #include "wx/scopeguard.h" // ----------------------------------------------------------------------------