PCH build fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-09-21 10:22:31 +00:00
parent 224175a564
commit 341f776cf0
2 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,10 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/brush.h"
#include "wx/dc.h"
#include "wx/statusbr.h"
#include "wx/toplevel.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/univ/stdrend.h" #include "wx/univ/stdrend.h"

View File

@@ -25,6 +25,7 @@
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/dc.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/artprov.h" #include "wx/artprov.h"
@@ -1040,4 +1041,3 @@ wxBitmap wxMonoArtProvider::CreateBitmap(const wxArtID& WXUNUSED(id),
{ {
return wxNullBitmap; return wxNullBitmap;
} }