From 85313a9a8fdceee425dc469af6766501bfa9085d Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 9 Oct 2006 05:12:08 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/bmpbuttn.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mac/carbon/bmpbuttn.cpp b/src/mac/carbon/bmpbuttn.cpp index 2c149dd7d9..23d38ac0e8 100644 --- a/src/mac/carbon/bmpbuttn.cpp +++ b/src/mac/carbon/bmpbuttn.cpp @@ -16,8 +16,7 @@ #include "wx/bmpbuttn.h" #ifndef WX_PRECOMP - #include "wx/window.h" - #include "wx/bitmap.h" + #include "wx/dcmemory.h" #endif IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton) -- 2.45.2