From 067c050c8eb7413c918c5d9bd4050cd277155ab6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Nov 2006 19:22:38 +0000 Subject: [PATCH] blind compilation fix: include wx/window.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cocoa/glcanvas.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0