X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..64fa6f167ebb404e5441eddcee5bbd0808466d7a:/include/wx/tipwin.h?ds=sidebyside

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;