/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "choice.h"
#endif
#if wxUSE_CHOICE
#include "wx/choice.h"
+#include "wx/arrstr.h"
#include "wx/gtk/private.h"