]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilaton fixes.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 21 Jul 2003 10:01:56 +0000 (10:01 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 21 Jul 2003 10:01:56 +0000 (10:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/notebook.h
include/wx/univ/scrolbar.h
include/wx/univ/statusbr.h
src/univ/scrthumb.cpp

index a8f78f0bb0f111a721a1962338e228cad0f4ca0d..ffc19b1f77c553dd7c83aa20325d4984f8abb036 100644 (file)
@@ -16,6 +16,8 @@
     #pragma interface "univnotebook.h"
 #endif
 
     #pragma interface "univnotebook.h"
 #endif
 
+#include "wx/arrstr.h"
+
 class WXDLLEXPORT wxSpinButton;
 
 // ----------------------------------------------------------------------------
 class WXDLLEXPORT wxSpinButton;
 
 // ----------------------------------------------------------------------------
index af937ebae4725f3f460eb2ba8340b43668a66810..5f1c0fca9c99bf74eabd62cfeb0f7ca67d94709e 100644 (file)
@@ -19,6 +19,7 @@
 class WXDLLEXPORT wxScrollTimer;
 
 #include "wx/univ/scrarrow.h"
 class WXDLLEXPORT wxScrollTimer;
 
 #include "wx/univ/scrarrow.h"
+#include "wx/renderer.h"
 
 // ----------------------------------------------------------------------------
 // the actions supported by this control
 
 // ----------------------------------------------------------------------------
 // the actions supported by this control
index 86d957c934e98e964f3ac988ba327790d223118e..7e3a7aac262699189edb352b4e99e410d172bed2 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/univ/inpcons.h"
 #endif
 
 #include "wx/univ/inpcons.h"
+#include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
 // wxStatusBar: a window near the bottom of the frame used for status info
 
 // ----------------------------------------------------------------------------
 // wxStatusBar: a window near the bottom of the frame used for status info
index 2313de7a1a1b9f9d7425a8c9d4a9220c9d480d36..ef2d2954f2a239dd464d8ff4085d513b7e236dc4 100644 (file)
@@ -29,6 +29,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/window.h"
 
 #ifndef WX_PRECOMP
     #include "wx/window.h"
+    #include "wx/renderer.h"
 #endif // WX_PRECOMP
 
 #include "wx/univ/scrtimer.h"
 #endif // WX_PRECOMP
 
 #include "wx/univ/scrtimer.h"