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"
#endif
#include "wx/arrstr.h"
class WXDLLEXPORT wxSpinButton;
// ----------------------------------------------------------------------------

View File

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

View File

@@ -17,6 +17,7 @@
#endif
#include "wx/univ/inpcons.h"
#include "wx/arrstr.h"
// ----------------------------------------------------------------------------
// wxStatusBar: a window near the bottom of the frame used for status info

View File

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