Missing includes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-04-14 14:53:13 +00:00
parent d43e302b68
commit c5565f8c61
4 changed files with 16 additions and 0 deletions

View File

@ -21,6 +21,10 @@
*/
////@begin includes
#include "wx/intl.h"
#include "wx/dialog.h"
////@end includes
/*!

View File

@ -22,6 +22,7 @@
#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/statline.h"
#include "wx/splitter.h"
#include "wx/scrolwin.h"
@ -30,6 +31,8 @@
#include "wx/sizer.h"
#include "wx/statbox.h"
#include "wx/dirdlg.h"
#include "wx/stattext.h"
#include "wx/choice.h"
#endif

View File

@ -21,6 +21,11 @@
*/
////@begin includes
#include "wx/dialog.h"
#include "wx/textctrl.h"
#include "wx/checkbox.h"
////@end includes
/*!

View File

@ -21,6 +21,10 @@
#pragma hdrstop
#endif
#if defined(__WXMSW__)
#include "wx/msw/wrapwin.h"
#endif
#ifndef WX_PRECOMP
#ifndef NO_GUI
#include "wx/menu.h"