Added missing includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-03-28 08:29:19 +00:00
parent 0f0297d8f3
commit 0e41582e52

View File

@@ -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