From: Julian Smart Date: Tue, 28 Mar 2006 08:29:19 +0000 (+0000) Subject: Added missing includes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0e41582e529b14dab0f6da62451b133b85227176?ds=inline Added missing includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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