]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed non-precompiled headers compilation
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 21 Sep 2008 19:58:19 +0000 (19:58 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 21 Sep 2008 19:58:19 +0000 (19:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/props.h
src/propgrid/propgridpagestate.cpp

index b21d743621e0359d0f2ba53d37c3e6d9171946ce..d490473e98a0b76e365ab4442c36f510800bcdcd 100644 (file)
@@ -220,6 +220,8 @@ WX_PG_IMPLEMENT_CUSTOM_COLOUR_PROPERTY_USES_WXCOLOUR2(CLASSNAME, \
 
 #ifndef SWIG
 
 
 #ifndef SWIG
 
+#include "wx/textctrl.h"
+
 /** @class wxPGInDialogValidator
     @ingroup classes
     Creates and manages a temporary wxTextCtrl for validation purposes.
 /** @class wxPGInDialogValidator
     @ingroup classes
     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"
 
 #define wxAEDIALOG_STYLE \
 #include "wx/listbox.h"
 
 #define wxAEDIALOG_STYLE \
index 6ee8c0f58f4a9dcf51c1971a0d8e4d0fa299a76e..18c0369c6ce61efa02661a81f22357b0bf7e85dd 100644 (file)
@@ -32,6 +32,7 @@
     #include "wx/pen.h"
     #include "wx/brush.h"
     #include "wx/intl.h"
     #include "wx/pen.h"
     #include "wx/brush.h"
     #include "wx/intl.h"
+    #include "wx/stopwatch.h"
 #endif
 
 // This define is necessary to prevent macro clearing
 #endif
 
 // This define is necessary to prevent macro clearing