Fixed non-precompiled headers compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2008-09-21 19:58:19 +00:00
parent 5f9c3802c1
commit af27647706
2 changed files with 4 additions and 1 deletions

View File

@ -220,6 +220,8 @@ WX_PG_IMPLEMENT_CUSTOM_COLOUR_PROPERTY_USES_WXCOLOUR2(CLASSNAME, \
#ifndef SWIG #ifndef SWIG
#include "wx/textctrl.h"
/** @class wxPGInDialogValidator /** @class wxPGInDialogValidator
@ingroup classes @ingroup classes
Creates and manages a temporary wxTextCtrl for validation purposes. Creates and manages a temporary wxTextCtrl for validation purposes.
@ -1047,8 +1049,8 @@ wxValidator* PROPNAME::DoGetValidator () const \
// wxArrayEditorDialog // wxArrayEditorDialog
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
#include "wx/textctrl.h"
#include "wx/button.h" #include "wx/button.h"
#include "wx/dialog.h"
#include "wx/listbox.h" #include "wx/listbox.h"
#define wxAEDIALOG_STYLE \ #define wxAEDIALOG_STYLE \

View File

@ -32,6 +32,7 @@
#include "wx/pen.h" #include "wx/pen.h"
#include "wx/brush.h" #include "wx/brush.h"
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/stopwatch.h"
#endif #endif
// This define is necessary to prevent macro clearing // This define is necessary to prevent macro clearing