X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92a19c2e7757ba742846f83e56356de0a607bdc2..830efc9b0cb87eae22d4435af7858175017522ab:/samples/html/zip/zip.cpp?ds=sidebyside diff --git a/samples/html/zip/zip.cpp b/samples/html/zip/zip.cpp index 6f1dad4658..b8baea95c4 100644 --- a/samples/html/zip/zip.cpp +++ b/samples/html/zip/zip.cpp @@ -18,12 +18,12 @@ // 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 "wx/image.h" +#include "wx/html/htmlwin.h" +#include "wx/fs_zip.h" // ---------------------------------------------------------------------------- // private classes