From c5197da4402acae6a63f96b0a5d21398ed27ce71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 6 Jul 2006 06:47:13 +0000 Subject: [PATCH] Missing include for wxCocoa build at Tinderbox. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpdlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/html/helpdlg.h b/include/wx/html/helpdlg.h index b63540b3bf..16af1ecf92 100644 --- a/include/wx/html/helpdlg.h +++ b/include/wx/html/helpdlg.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpdlg.h +// Name: wx/html/helpdlg.h // Purpose: wxHtmlHelpDialog // Notes: Based on htmlhelp.cpp, implementing a monolithic // HTML Help controller class, by Vaclav Slavik @@ -18,6 +18,7 @@ #include "wx/html/helpdata.h" #include "wx/window.h" +#include "wx/dialog.h" #include "wx/frame.h" #include "wx/config.h" #include "wx/splitter.h" @@ -87,4 +88,3 @@ protected: // wxUSE_WXHTML_HELP #endif - -- 2.45.2