From: Włodzimierz Skiba <abx@abx.art.pl>
Date: Thu, 6 Jul 2006 06:47:13 +0000 (+0000)
Subject: Missing include for wxCocoa build at Tinderbox.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c5197da4402acae6a63f96b0a5d21398ed27ce71

Missing include for wxCocoa build at Tinderbox.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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
-