X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fea35690f171f9677bd9f949c0af3dc16d1a9576..48c8439fdb5bbacf457f3a825bb5a73fe10dd8e7:/include/wx/dcmemory.h?ds=sidebyside diff --git a/include/wx/dcmemory.h b/include/wx/dcmemory.h index 55e6724e95..af42e0135d 100644 --- a/include/wx/dcmemory.h +++ b/include/wx/dcmemory.h @@ -13,12 +13,13 @@ #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 // we cannot derive wxMemoryDCBase from wxDC and then use it as the // only base class for native impl of wxMemoryDC... -class wxMemoryDCBase +class WXDLLEXPORT wxMemoryDCBase { public: wxMemoryDCBase() { }