#ifndef _WX_HTMLTAG_H_
#define _WX_HTMLTAG_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "htmltag.h"
#endif
#if wxUSE_HTML
#include "wx/object.h"
+#include "wx/arrstr.h"
class WXDLLIMPEXP_CORE wxColour;
class WXDLLIMPEXP_HTML wxHtmlEntitiesParser;