From 0e41582e529b14dab0f6da62451b133b85227176 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 28 Mar 2006 08:29:19 +0000 Subject: [PATCH] Added missing includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/fontdlg.cpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- 2.50.0