// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "listboxbase.h"
#endif
#ifndef WX_PRECOMP
#include "wx/listbox.h"
+ #include "wx/dynarray.h"
+ #include "wx/arrstr.h"
#endif
// ============================================================================
// implementation
// ============================================================================
+wxListBoxBase::~wxListBoxBase()
+{
+ // this destructor is required for Darwin
+}
+
// ----------------------------------------------------------------------------
// adding items
// ----------------------------------------------------------------------------