X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..9fd04ddee8427855e9ebc2520610c3dc8aa58c21:/contrib/utils/wxrcedit/nodehnd.h diff --git a/contrib/utils/wxrcedit/nodehnd.h b/contrib/utils/wxrcedit/nodehnd.h index 27b487bbf3..945bc76d65 100644 --- a/contrib/utils/wxrcedit/nodehnd.h +++ b/contrib/utils/wxrcedit/nodehnd.h @@ -7,7 +7,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "nodehnd.h" #endif @@ -22,9 +22,9 @@ class WXDLLEXPORT wxListCtrl; class EditorFrame; #include "wx/treectrl.h" -#include "wx/xrc/xml.h" +#include "wx/xml/xml.h" #include "nodesdb.h" - +#include "wx/arrstr.h"