From: Vadim Zeitlin Date: Mon, 30 Oct 2006 20:51:19 +0000 (+0000) Subject: include wx/bitmap.h as we use wxBitmap here now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c319bc473425962581227b29b2128c7033c86f87 include wx/bitmap.h as we use wxBitmap here now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dcmemory.h b/include/wx/dcmemory.h index 55e6724e95..f3cda2954c 100644 --- a/include/wx/dcmemory.h +++ b/include/wx/dcmemory.h @@ -13,6 +13,7 @@ #define _WX_DCMEMORY_H_BASE_ #include "wx/defs.h" +#include "wx/bitmap.h" // NOTE: different native implementations of wxMemoryDC will derive from // different wxDC classes (wxPaintDC, wxWindowDC, etc), so that