include fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-09-06 17:37:30 +00:00
parent 53b6d7a298
commit 574d4d1c4c
2 changed files with 5 additions and 4 deletions

View File

@@ -35,13 +35,13 @@
#include "wx/layout.h"
#include "wx/msgdlg.h"
#include "wx/icon.h"
#endif
#include "wx/button.h"
#include "wx/sizer.h"
#include "wx/textctrl.h"
#include "wx/settings.h"
#endif
#include "wx/calctrl.h"
#include "wx/settings.h"
#if wxUSE_DATEPICKCTRL
#include "wx/datectrl.h"

View File

@@ -26,6 +26,7 @@
// for all others, include the necessary headers
#ifndef WX_PRECOMP
#include "wx/frame.h"
#include "wx/stattext.h"
#include "wx/log.h"
#include "wx/app.h"