From 86e5d706f46b9ccde3de9ff6ca55413a1554d19e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 May 2002 15:56:38 +0000 Subject: [PATCH] fixed GL case in #include (patch 557178) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/glcanvas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/glcanvas.h b/include/wx/msw/glcanvas.h index 69d6e5cc51..31301489e0 100644 --- a/include/wx/msw/glcanvas.h +++ b/include/wx/msw/glcanvas.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: glcanvas.h +// Name: wx/msw/glcanvas.h // Purpose: wxGLCanvas, for using OpenGL with wxWindows under Windows // Author: Julian Smart // Modified by: @@ -21,7 +21,7 @@ #include -#include "gl/gl.h" +#include //--------------------------------------------------------------------------- // Constants for attriblist -- 2.45.2