// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "utils.h"
#endif
#include "wx/list.h"
#include "wx/filefn.h"
+class WXDLLIMPEXP_BASE wxArrayString;
+
// need this for wxGetDiskSpace() as we can't, unfortunately, forward declare
// wxLongLong
#include "wx/longlong.h"