From: Vadim Zeitlin Date: Mon, 29 May 2006 14:51:42 +0000 (+0000) Subject: added missing include after last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4af8f6ef9b71f600f35d352c09d148daaa5191ab added missing include after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/helpbest.h b/include/wx/msw/helpbest.h index b62979af4d..3552d9d5aa 100644 --- a/include/wx/msw/helpbest.h +++ b/include/wx/msw/helpbest.h @@ -16,6 +16,7 @@ && wxUSE_WXHTML_HELP && !defined(__WXUNIVERSAL__) #include "wx/helpbase.h" +#include "wx/html/helpfrm.h" // for wxHF_DEFAULT_STYLE class WXDLLIMPEXP_HTML wxBestHelpController: public wxHelpControllerBase {