From 341f776cf0c5ec125bb7aadadb2b1abe2098c4c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 21 Sep 2006 10:22:31 +0000 Subject: [PATCH] PCH build fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/stdrend.cpp | 4 ++++ src/univ/themes/mono.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/univ/stdrend.cpp b/src/univ/stdrend.cpp index ad54f2e1b8..d29a4dc89b 100644 --- a/src/univ/stdrend.cpp +++ b/src/univ/stdrend.cpp @@ -25,6 +25,10 @@ #ifndef WX_PRECOMP #include "wx/settings.h" + #include "wx/brush.h" + #include "wx/dc.h" + #include "wx/statusbr.h" + #include "wx/toplevel.h" #endif //WX_PRECOMP #include "wx/univ/stdrend.h" diff --git a/src/univ/themes/mono.cpp b/src/univ/themes/mono.cpp index 25a378e509..090b85902f 100644 --- a/src/univ/themes/mono.cpp +++ b/src/univ/themes/mono.cpp @@ -25,6 +25,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/dc.h" #endif // WX_PRECOMP #include "wx/artprov.h" @@ -1040,4 +1041,3 @@ wxBitmap wxMonoArtProvider::CreateBitmap(const wxArtID& WXUNUSED(id), { return wxNullBitmap; } - -- 2.47.2