compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-09-15 10:39:10 +00:00
parent ce68e8d061
commit 210e3a3a50
2 changed files with 2 additions and 0 deletions

View 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

View 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