From ab00f409f4c6242ac2b6a74d383235808a84e050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 29 Sep 2006 09:58:15 +0000 Subject: [PATCH] Build fix for !PCH builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/bmpbase.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index 9d9d41ae9f..c5bb35eea0 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -19,11 +19,12 @@ // wxBitmapBase // ---------------------------------------------------------------------------- -#if wxUSE_BITMAP_BASE - #include "wx/bitmap.h" +#if wxUSE_BITMAP_BASE + #ifndef WX_PRECOMP + #include "wx/colour.h" #include "wx/log.h" #include "wx/utils.h" #include "wx/palette.h" @@ -159,4 +160,3 @@ bool wxMaskBase::Create(const wxBitmap& bitmap) return InitFromMonoBitmap(bitmap); } -