#ifndef __GTKLISTBOXH__
#define __GTKLISTBOXH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "listbox.h"
#endif
#include "wx/list.h"
+class WXDLLIMPEXP_BASE wxSortedArrayString;
+
//-----------------------------------------------------------------------------
// wxListBox
//-----------------------------------------------------------------------------