X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0adad2d72ffb322510e78ea366c58adbd1e8082e..ef338f9a93dcb49ef94f559c1d146a9d40c9c15e:/src/common/log.cpp diff --git a/src/common/log.cpp b/src/common/log.cpp index 3731fe3865..c9c4ab2776 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -60,6 +60,10 @@ #include "wx/msw/private.h" // includes windows.h for OutputDebugString #endif +#if defined(__WXMAC__) + #include "wx/mac/private.h" // includes mac headers +#endif + // ---------------------------------------------------------------------------- // non member functions // ----------------------------------------------------------------------------