X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a19c2e7757ba742846f83e56356de0a607bdc2..60df0f96859fb0131ddfa8b477612a15f4a43790:/samples/html/help/help.cpp diff --git a/samples/html/help/help.cpp b/samples/html/help/help.cpp index 2519d60d92..a5169d92aa 100644 --- a/samples/html/help/help.cpp +++ b/samples/html/help/help.cpp @@ -19,13 +19,14 @@ // for all others, include the necessary headers (this file is usually all you // need because it includes almost all "standard" wxWindows headers #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif -#include -#include -#include -#include +#include "wx/image.h" +#include "wx/html/helpfrm.h" +#include "wx/html/helpctrl.h" +#include "wx/filesys.h" +#include "wx/fs_zip.h" // ---------------------------------------------------------------------------- // private classes