]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/notebook.h
check if we are using compatible C++ ABI when usin GCC or IntelC++
[wxWidgets.git] / include / wx / univ / notebook.h
index a8f78f0bb0f111a721a1962338e228cad0f4ca0d..771f744b093fa6c58b9e91d1eadad84bfa3b40b6 100644 (file)
 #ifndef _WX_UNIV_NOTEBOOK_H_
 #define _WX_UNIV_NOTEBOOK_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "univnotebook.h"
 #endif
 
+#include "wx/arrstr.h"
+
 class WXDLLEXPORT wxSpinButton;
 
 // ----------------------------------------------------------------------------