X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66cd017c29f69d178d09f6c6a05040461a325709..3372145d9daa42f680fc5aab7eb00e82d587c5a0:/include/wx/wizard.h?ds=inline diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 118a6f5c0f..0c9e577700 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -14,6 +14,16 @@ #ifndef _WX_WIZARD_H_ #define _WX_WIZARD_H_ +// ---------------------------------------------------------------------------- +// headers +// ---------------------------------------------------------------------------- + +#ifndef WX_PRECOMP + #include "wx/dialog.h" // the base class + + #include "wx/event.h" // wxEVT_XXX constants +#endif // WX_PRECOMP + // ---------------------------------------------------------------------------- // wxWizard // ----------------------------------------------------------------------------