]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcmemory.h
adding measuring contexts, streamlining printing code
[wxWidgets.git] / include / wx / dcmemory.h
index 55e6724e95946b413e3922f9e1c8916678dc88f7..af42e0135d24adde739944869461cad475c37bf0 100644 (file)
 #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() { }