Compilaton fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-07-21 10:01:56 +00:00
parent de564874d6
commit b5435dccd0
4 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
#pragma interface "univnotebook.h" #pragma interface "univnotebook.h"
#endif #endif
#include "wx/arrstr.h"
class WXDLLEXPORT wxSpinButton; class WXDLLEXPORT wxSpinButton;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -19,6 +19,7 @@
class WXDLLEXPORT wxScrollTimer; class WXDLLEXPORT wxScrollTimer;
#include "wx/univ/scrarrow.h" #include "wx/univ/scrarrow.h"
#include "wx/renderer.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// the actions supported by this control // the actions supported by this control

View File

@@ -17,6 +17,7 @@
#endif #endif
#include "wx/univ/inpcons.h" #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

View File

@@ -29,6 +29,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/window.h" #include "wx/window.h"
#include "wx/renderer.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/univ/scrtimer.h" #include "wx/univ/scrtimer.h"