X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc25a89ac1e6c5208db24bfc0abc8666b791dc6..fe947a6116844e23acf8458512f452904a4f08f9:/contrib/samples/ogl/ogledit/ogledit.h?ds=sidebyside diff --git a/contrib/samples/ogl/ogledit/ogledit.h b/contrib/samples/ogl/ogledit/ogledit.h index 62dfb9bced..0cc9ace370 100644 --- a/contrib/samples/ogl/ogledit/ogledit.h +++ b/contrib/samples/ogl/ogledit/ogledit.h @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) // #pragma interface #endif @@ -17,6 +17,7 @@ #define _OGLSAMPLE_OGLEDIT_H_ #include +#include // Define a new application class MyFrame;