Missing include for wxCocoa build at Tinderbox.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-07-06 06:47:13 +00:00
parent 7c5cd6e9ad
commit c5197da440

View File

@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: helpdlg.h // Name: wx/html/helpdlg.h
// Purpose: wxHtmlHelpDialog // Purpose: wxHtmlHelpDialog
// Notes: Based on htmlhelp.cpp, implementing a monolithic // Notes: Based on htmlhelp.cpp, implementing a monolithic
// HTML Help controller class, by Vaclav Slavik // HTML Help controller class, by Vaclav Slavik
@ -18,6 +18,7 @@
#include "wx/html/helpdata.h" #include "wx/html/helpdata.h"
#include "wx/window.h" #include "wx/window.h"
#include "wx/dialog.h"
#include "wx/frame.h" #include "wx/frame.h"
#include "wx/config.h" #include "wx/config.h"
#include "wx/splitter.h" #include "wx/splitter.h"
@ -87,4 +88,3 @@ protected:
// wxUSE_WXHTML_HELP // wxUSE_WXHTML_HELP
#endif #endif