From 3cc2aa562fcc9b0d825c93e4176c25fdc97b4017 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 14 Nov 2001 23:19:03 +0000 Subject: [PATCH] minor complitation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/help/help.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.47.2