// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
// #pragma interface
#endif
#define _OGLSAMPLE_OGLEDIT_H_
#include <wx/docview.h>
+#include <wx/deprecated/setup.h>
// Define a new application
class MyFrame;