From: Vadim Zeitlin Date: Sat, 2 Aug 2008 15:20:27 +0000 (+0000) Subject: PCH-less build fix after the last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ec585c30ecbfa114b5392c2982c43eb11bdda636 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 --- diff --git a/src/xrc/xmladv.cpp b/src/xrc/xmladv.cpp index 729cd3454d..ad3c96aa93 100644 --- a/src/xrc/xmladv.cpp +++ b/src/xrc/xmladv.cpp @@ -30,7 +30,7 @@ #include "wx/xrc/xmlres.h" #ifndef WX_PRECOMP - #include "wx/string.h" + #include "wx/log.h" #endif // WX_PRECOMP // ============================================================================