From ed4e170a7aa654915299b34984567688caeaeb45 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 29 Mar 2003 15:39:14 +0000 Subject: [PATCH] mac unicode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/logg.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 8bbe5cad30..c1562b8150 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -71,6 +71,10 @@ #include "wx/msgdlg.h" #endif // wxUSE_LOG_DIALOG/!wxUSE_LOG_DIALOG +#if defined(__MWERKS__) && wxUSE_UNICODE + #include +#endif + // the suffix we add to the button to show that the dialog can be expanded #define EXPAND_SUFFIX _T(" >>") -- 2.50.0