// headers
// ---------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "sysopt.h"
#endif
#include "wx/string.h"
#include "wx/sysopt.h"
#include "wx/module.h"
+#include "wx/arrstr.h"
// ----------------------------------------------------------------------------
// private classes
// singleton class so it can't be done in the dtor)
class wxSystemOptionsModule : public wxModule
{
- friend class wxSystemOptions;
+ friend class WXDLLIMPEXP_BASE wxSystemOptions;
public:
virtual bool OnInit();
virtual void OnExit();