X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be03c0ec26612a7ab8a9000f455a015c02e05218..7fc0bd1c0541a819d51354a4a86f126dbb8ad08f:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index b1ab25eaf1..59e2ef34c6 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -49,6 +49,10 @@ #include "wx/msw/private.h" // includes windows.h for MessageBox() #endif +#if defined(__WXMAC__) + #include "wx/mac/private.h" // includes mac headers +#endif + // =========================================================================== // implementation // ===========================================================================