X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c914e99ed52d2899c70f783e8ffb54d75efae213..192e6679f671a435a6276a475a57a0b8b501e0f4:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 7d1b0d14cf..9c7a2e30b7 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -60,6 +60,10 @@ #include "wx/fontmap.h" // for CharsetToEncoding() #endif +#if defined(__WXMAC__) + #include "wx/mac/private.h" // includes mac headers +#endif + // ---------------------------------------------------------------------------- // simple types // ----------------------------------------------------------------------------