From: Stefan Csomor Date: Sat, 29 Mar 2003 15:39:14 +0000 (+0000) Subject: mac unicode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed4e170a7aa654915299b34984567688caeaeb45 mac unicode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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(" >>")