From: Václav Slavík Date: Sun, 12 Aug 2001 00:11:45 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/40091824f115fb5a2c85ffb9185da7e6ffc4831c compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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