From 210e3a3a50e86306e353ac60a4a911da85cbac59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 15 Sep 2001 10:39:10 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/proplist.h | 1 + include/wx/wizard.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/wx/proplist.h b/include/wx/proplist.h index 21be88015a..5fdf1bdcce 100644 --- a/include/wx/proplist.h +++ b/include/wx/proplist.h @@ -49,6 +49,7 @@ #if wxUSE_PROPSHEET #include "wx/prop.h" +#include "wx/panel.h" #define wxPROP_BUTTON_CLOSE 1 #define wxPROP_BUTTON_OK 2 diff --git a/include/wx/wizard.h b/include/wx/wizard.h index 4a357556fc..3e36959f8d 100644 --- a/include/wx/wizard.h +++ b/include/wx/wizard.h @@ -22,6 +22,7 @@ #ifndef WX_PRECOMP #include "wx/dialog.h" // the base class + #include "wx/panel.h" // ditto #include "wx/event.h" // wxEVT_XXX constants #endif // WX_PRECOMP -- 2.45.2