From: Václav Slavík Date: Wed, 14 Nov 2001 23:19:03 +0000 (+0000) Subject: minor complitation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3cc2aa562fcc9b0d825c93e4176c25fdc97b4017?hp=45b1027709d27ead60cb12862443a3d17bcb9398 minor complitation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/html/help/help.cpp b/samples/html/help/help.cpp index 2519d60d92..c96d603d4c 100644 --- a/samples/html/help/help.cpp +++ b/samples/html/help/help.cpp @@ -22,10 +22,11 @@ #include #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