]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
corrected to allow drag and drop for mingw32/gcc295
[wxWidgets.git] / include / wx / wizard.h
index 118a6f5c0f031ea01b7c8817744df84f9d11e795..0c9e577700acd42a5c8d5bdc75d798cd5a9b3065 100644 (file)
 #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
 // ----------------------------------------------------------------------------