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
This commit is contained in:
Vadim Zeitlin 2008-03-27 16:41:08 +00:00
parent 5651b7aa60
commit 65ef1791d3

View File

@ -21,6 +21,7 @@
#pragma hdrstop
#endif
#include "wx/string.h"
#include "wx/scopeguard.h"
// ----------------------------------------------------------------------------