From 65ef1791d38a4a6d086554ad8cfcac43fc67f04d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 27 Mar 2008 16:41:08 +0000 Subject: [PATCH] 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 --- tests/scopeguard/scopeguardtest.cpp | 1 + 1 file changed, 1 insertion(+) 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" // ----------------------------------------------------------------------------