From: Václav Slavík Date: Wed, 16 May 2007 07:18:41 +0000 (+0000) Subject: another PCH-less compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/98d2df74433bbed7a3f97c8350399a0caac94d65 another PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/unichar.cpp b/src/common/unichar.cpp index b0f3eb4030..efcfe62bab 100644 --- a/src/common/unichar.cpp +++ b/src/common/unichar.cpp @@ -21,6 +21,7 @@ #ifndef WX_PRECOMP #include "wx/strconv.h" // wxConvLibc + #include "wx/log.h" #endif #include "wx/unichar.h"