Compile corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-06-06 14:05:11 +00:00
parent 5e4903f5cc
commit 08469b1f18
5 changed files with 22 additions and 0 deletions

View File

@ -20,6 +20,10 @@
#if wxUSE_AUI
#include "wx/pen.h"
#include "wx/brush.h"
#include "wx/bitmap.h"
#include "wx/colour.h"
// dock art provider code - a dock provider provides all drawing
// functionality to the wxAui dock manager. This allows the dock

View File

@ -20,6 +20,8 @@
#if wxUSE_AUI
#include "wx/frame.h"
#if defined( __WXMSW__ ) || defined( __WXMAC__ )
#include "wx/minifram.h"
#define wxFloatingPaneBaseClass wxMiniFrame

View File

@ -20,6 +20,12 @@
#if wxUSE_AUI
#include "wx/dynarray.h"
#include "wx/gdicmn.h"
#include "wx/window.h"
#include "wx/timer.h"
#include "wx/sizer.h"
enum WXDLLIMPEXP_AUI wxFrameManagerDock
{
wxAUI_DOCK_NONE = 0,

View File

@ -26,6 +26,8 @@
#if wxUSE_AUI
#include "wx/image.h"
#include "wx/dcclient.h"
#include "wx/settings.h"
#include "wx/aui/framemanager.h"
#include "wx/aui/dockart.h"

View File

@ -35,8 +35,16 @@
//#include "wx/dcbuffer.h"
#include "wx/dcclient.h"
#include "wx/dcscreen.h"
#include "wx/app.h"
#include "wx/image.h"
#include "wx/settings.h"
#if wxUSE_MDI
#include "wx/mdi.h"
#endif
WX_CHECK_BUILD_OPTIONS("wxAUI")
#include "wx/arrimpl.cpp"