From: Vadim Zeitlin Date: Sat, 4 Apr 2009 11:38:45 +0000 (+0000) Subject: fix PCH-less build after last change (closes #10678) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba7e7253c67aa0b098d8a00e6d2052db75775cda 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 --- 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