X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c638c3cd124465f1e8bdc1fb19caba5b35003e83..1dc302a8ae2b0e74197723f08a76b883ea9c2c3b:/samples/html/help/help.cpp diff --git a/samples/html/help/help.cpp b/samples/html/help/help.cpp index 457fb96e0f..c96d603d4c 100644 --- a/samples/html/help/help.cpp +++ b/samples/html/help/help.cpp @@ -10,7 +10,7 @@ #endif // For compilers that support precompilation, includes "wx/wx.h". -#include +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -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