From 98d2df74433bbed7a3f97c8350399a0caac94d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 16 May 2007 07:18:41 +0000 Subject: [PATCH] another PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/unichar.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2