From: Ron Lee Date: Mon, 14 Feb 2005 00:10:01 +0000 (+0000) Subject: Now needs wxBitmap as a concrete type. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e05a12c99d83d0718196fbe8af8a71c06c637477 Now needs wxBitmap as a concrete type. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 7ca29a3155..016782b6d6 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -26,6 +26,7 @@ #include "wx/filesys.h" #include "wx/html/htmlfilt.h" #include "wx/filename.h" +#include "wx/bitmap.h" class wxHtmlProcessor; class wxHtmlWinModule;