From ec585c30ecbfa114b5392c2982c43eb11bdda636 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Aug 2008 15:20:27 +0000 Subject: [PATCH] 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 --- src/xrc/xmladv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // ============================================================================ -- 2.50.0