]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 15 Sep 2001 10:39:10 +0000 (10:39 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 15 Sep 2001 10:39:10 +0000 (10:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/proplist.h
include/wx/wizard.h

index 21be88015a31fe99ce38215c85e7063ed83e4e0b..5fdf1bdcce15cb613f79fc5a60d00edae4d15b20 100644 (file)
@@ -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
index 4a357556fcd42e71ed140028e3918e002e36806a..3e36959f8d2f60302e2e94b81e0a14714d33f7b2 100644 (file)
@@ -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