X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c914e99ed52d2899c70f783e8ffb54d75efae213..d491523b1f5aef1081306d7e3002eb63b91c5cc9:/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 // ----------------------------------------------------------------------------