]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/private/overlay.h
fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundar...
[wxWidgets.git] / include / wx / dfb / private / overlay.h
index 96b2d4476c5360b62c4429e4467e74879be35e3f..a50a3f30e481d07c102288869fbeda11545f935f 100644 (file)
 #define _WX_DFB_PRIVATE_OVERLAY_H_
 
 #include "wx/dfb/dfbptr.h"
+#include "wx/gdicmn.h"
 
 wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
 
-class WXDLLEXPORT wxWindow;
-
+class WXDLLIMPEXP_CORE wxWindow;
+class WXDLLIMPEXP_CORE wxwindowDC;
 
 class wxOverlayImpl
 {