From 40091824f115fb5a2c85ffb9185da7e6ffc4831c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 12 Aug 2001 00:11:45 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/test/test.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index 4ae0d33acd..cd299a8bf3 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -21,10 +21,11 @@ #include #endif -#include -#include -#include -#include +#include "wx/image.h" +#include "wx/html/htmlwin.h" +#include "wx/html/htmlproc.h" +#include "wx/fs_inet.h" +#include "wx/filedlg.h" // ---------------------------------------------------------------------------- // private classes -- 2.45.2