// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "tokenzr.h"
#endif
#endif
#include "wx/tokenzr.h"
+#include "wx/arrstr.h"
// Required for wxIs... functions
#include <ctype.h>