git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16482
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/html/helpctrl.h"
#include "wx/busyinfo.h"
#include "wx/html/helpctrl.h"
#include "wx/busyinfo.h"
+#ifdef __WXGTK__
+ // for the hack in AddGrabIfNeeded()
+ #include "wx/dialog.h"
+#endif // __WXGTK__
+
#endif
IMPLEMENT_DYNAMIC_CLASS(wxHtmlHelpController, wxHelpControllerBase)
#endif
IMPLEMENT_DYNAMIC_CLASS(wxHtmlHelpController, wxHelpControllerBase)
if (needGrab && m_helpFrame)
m_helpFrame->AddGrab();
if (needGrab && m_helpFrame)
m_helpFrame->AddGrab();
}
bool wxHtmlHelpController::Display(const wxString& x)
}
bool wxHtmlHelpController::Display(const wxString& x)