From: Vadim Zeitlin Date: Fri, 3 Nov 2006 19:22:38 +0000 (+0000) Subject: blind compilation fix: include wx/window.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/067c050c8eb7413c918c5d9bd4050cd277155ab6 blind compilation fix: include wx/window.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/cocoa/glcanvas.h b/include/wx/cocoa/glcanvas.h index fdbecd935c..18b8a5fd75 100644 --- a/include/wx/cocoa/glcanvas.h +++ b/include/wx/cocoa/glcanvas.h @@ -12,6 +12,8 @@ #ifndef _WX_COCOA_GLCANVAS_H__ #define _WX_COCOA_GLCANVAS_H__ +#include "wx/window.h" + // #include "wx/cocoa/NSOpenGLView.h" // Include gl.h from the OpenGL framework #include