X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..42bbdbff319e194d4a201021ed4930bf9cba300d:/include/wx/tipwin.h diff --git a/include/wx/tipwin.h b/include/wx/tipwin.h index d8ad218f21..6866687ec7 100644 --- a/include/wx/tipwin.h +++ b/include/wx/tipwin.h @@ -13,7 +13,7 @@ #ifndef _WX_TIPWIN_H_ #define _WX_TIPWIN_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "tipwin.h" #endif @@ -28,6 +28,7 @@ #define wxTipWindowBase wxFrame #endif +#include "wx/arrstr.h" class WXDLLEXPORT wxTipWindowView;