X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b7f1aab47f7560046f8e5f7f9dc34b468f9200f..fd2807075daa30bf7e9f46172dcdb339cee2f43a:/samples/html/zip/zip.cpp diff --git a/samples/html/zip/zip.cpp b/samples/html/zip/zip.cpp index 2b0fa15f98..b8baea95c4 100644 --- a/samples/html/zip/zip.cpp +++ b/samples/html/zip/zip.cpp @@ -9,7 +9,7 @@ #endif // For compilers that support precompilation, includes "wx/wx.h". -#include +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -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