From ba7e7253c67aa0b098d8a00e6d2052db75775cda Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 4 Apr 2009 11:38:45 +0000 Subject: [PATCH] fix PCH-less build after last change (closes #10678) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/string.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/string.cpp b/src/common/string.cpp index a02177404d..762410411d 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -24,6 +24,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" #include "wx/wxcrtvararg.h" + #include "wx/log.h" #endif #include