PCH-less build fix after the last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-02 15:20:27 +00:00
parent aaa0312528
commit ec585c30ec

View File

@@ -30,7 +30,7 @@
#include "wx/xrc/xmlres.h" #include "wx/xrc/xmlres.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/string.h" #include "wx/log.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
// ============================================================================ // ============================================================================