X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/057d323c632162872dd42e804e60d6f1c2d04ed9..b814b812485527736a6c11fd3468df36f97a1e4a:/include/wx/proplist.h?ds=sidebyside diff --git a/include/wx/proplist.h b/include/wx/proplist.h index 21be88015a..b21f36aa09 100644 --- a/include/wx/proplist.h +++ b/include/wx/proplist.h @@ -42,13 +42,14 @@ #ifndef _WX_PROPLIST_H_ #define _WX_PROPLIST_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "proplist.h" #endif #if wxUSE_PROPSHEET #include "wx/prop.h" +#include "wx/panel.h" #define wxPROP_BUTTON_CLOSE 1 #define wxPROP_BUTTON_OK 2