]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/bitmap.h as we use wxBitmap here now
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Oct 2006 20:51:19 +0000 (20:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Oct 2006 20:51:19 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dcmemory.h

index 55e6724e95946b413e3922f9e1c8916678dc88f7..f3cda2954ce0fe0f54875095e63aa05d33528fd6 100644 (file)
@@ -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