X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..ac371a8793676da77099932881c1fcf16daaef0f:/src/mac/classic/msgdlg.cpp diff --git a/src/mac/classic/msgdlg.cpp b/src/mac/classic/msgdlg.cpp index bbb4cca7df..8ae60e7a4d 100644 --- a/src/mac/classic/msgdlg.cpp +++ b/src/mac/classic/msgdlg.cpp @@ -9,9 +9,16 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/app.h" +// for compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/msgdlg.h" -#include "wx/intl.h" + +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/app.h" +#endif + #include "wx/mac/uma.h" IMPLEMENT_CLASS(wxMessageDialog, wxDialog) @@ -255,4 +262,3 @@ int wxMessageDialog::ShowModal() return resultbutton ; } -