From c107c21e731a4fc4a7f0258827b29128bbf49c39 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 5 Aug 2001 16:34:37 +0000 Subject: [PATCH] corrected includes for Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/glcanvas.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/include/wx/mac/glcanvas.h b/include/wx/mac/glcanvas.h index 73e067d301..5e2a3f606e 100644 --- a/include/wx/mac/glcanvas.h +++ b/include/wx/mac/glcanvas.h @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma interface "glcanvas.h" +# pragma interface "glcanvas.h" #endif #ifndef _WX_GLCANVAS_H_ @@ -23,8 +23,13 @@ #include "wx/palette.h" #include "wx/scrolwin.h" -#include -#include +#ifdef __DARWIN__ +# include +# include +#else +# include +# include +#endif //--------------------------------------------------------------------------- // Constants for attriblist