diff --git a/src/mac/carbon/fontdlg.cpp b/src/mac/carbon/fontdlg.cpp index 12c51ca23f..e1aa19d2c6 100644 --- a/src/mac/carbon/fontdlg.cpp +++ b/src/mac/carbon/fontdlg.cpp @@ -25,10 +25,21 @@ #endif #ifndef WX_PRECOMP - #include "wx/cmndata.h" +#include "wx/intl.h" +#include "wx/wxchar.h" +#include "wx/dcclient.h" +#include "wx/frame.h" +#include "wx/textctrl.h" +#include "wx/listbox.h" +#include "wx/checkbox.h" +#include "wx/choice.h" +#include "wx/sizer.h" +#include "wx/stattext.h" +#include "wx/button.h" #endif #include "wx/fontdlg.h" +#include "wx/dcclient.h" #if wxMAC_USE_EXPERIMENTAL_FONTDIALOG