compiled fixes for builds without PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-01-24 13:42:46 +00:00
parent bb8bd6ef8a
commit 23205be83c
11 changed files with 26 additions and 2 deletions

View File

@@ -12,11 +12,12 @@
#define _WX_DFB_PRIVATE_OVERLAY_H_
#include "wx/dfb/dfbptr.h"
#include "wx/gdicmn.h"
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
class WXDLLEXPORT wxWindow;
class WXDLLIMPEXP_CORE wxWindow;
class WXDLLIMPEXP_CORE wxwindowDC;
class wxOverlayImpl
{

View File

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