X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12d9e30820444b48882ab9e29139611b99a84495..a0086878b09ea394de9f5746a5e8f066a3d12dec:/contrib/utils/wxrcedit/nodesdb.h diff --git a/contrib/utils/wxrcedit/nodesdb.h b/contrib/utils/wxrcedit/nodesdb.h index ff629f0d1d..6ed3b24bf6 100644 --- a/contrib/utils/wxrcedit/nodesdb.h +++ b/contrib/utils/wxrcedit/nodesdb.h @@ -7,7 +7,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "nodesdb.h" #endif @@ -15,6 +15,7 @@ #define _NODESDB_H_ #include "wx/dynarray.h" +#include "wx/arrstr.h" class WXDLLEXPORT wxXmlNode; class WXDLLEXPORT wxString;