From d7b766f5a83b18383ca22e6e81016ee7f4424cb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 20 Nov 2001 23:56:03 +0000 Subject: [PATCH] compilation fix for wxMotif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/glcanvas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 0a6c729122..dac83974e5 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -19,6 +19,7 @@ #include "wx/stubs/glcanvas.h" #endif +#include "wx/app.h" class WXDLLEXPORT wxGLApp : public wxApp { public: -- 2.50.0