add missing headers for wxDFB cross-build (#9770)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-21 17:01:35 +00:00
parent 51157e65e8
commit b792497e3c
9 changed files with 13 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#ifndef _WX_DFB_PRIVATE_OVERLAY_H_
#define _WX_DFB_PRIVATE_OVERLAY_H_
#include "wx/gdicmn.h"
#include "wx/dfb/dfbptr.h"
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);

View File

@@ -11,6 +11,8 @@
#ifndef _WX_DFB_WRAPDFB_H_
#define _WX_DFB_WRAPDFB_H_
#include "wx/gdicmn.h"
#include "wx/vidmode.h"
#include "wx/dfb/dfbptr.h"
#include <directfb.h>

View File

@@ -25,6 +25,7 @@
#ifndef WX_PRECOMP
#include "wx/dc.h"
#include "wx/dcmemory.h"
#include "wx/log.h"
#endif

View File

@@ -26,6 +26,7 @@
#include "wx/dcclient.h"
#ifndef WX_PRECOMP
#include "wx/toplevel.h"
#include "wx/window.h"
#endif

View File

@@ -27,6 +27,7 @@
#include "wx/thread.h"
#include "wx/timer.h"
#include "wx/toplevel.h"
#include "wx/private/socketevtdispatch.h"
#include "wx/dfb/private.h"

View File

@@ -20,6 +20,8 @@
#include "wx/filename.h"
#include "wx/tokenzr.h"
#include "wx/dir.h"
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/private/fontmgr.h"
#include "wx/dfb/wrapdfb.h"

View File

@@ -23,6 +23,8 @@
#pragma hdrstop
#endif
#include "wx/dcclient.h"
#include "wx/window.h"
#include "wx/private/overlay.h"
#include "wx/dfb/private.h"

View File

@@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
#include "wx/toplevel.h"
#endif
#include "wx/caret.h"

View File

@@ -15,6 +15,8 @@
#pragma hdrstop
#endif
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/dfb/wrapdfb.h"
//-----------------------------------------------------------------------------