From f938068ed498e54e4a7ffcd56aa2e1720703fb0c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Mar 2006 00:05:02 +0000 Subject: [PATCH] Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/glcanvas.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/glcanvas.cpp b/src/gtk/glcanvas.cpp index cc6f93546f..98d32c753f 100644 --- a/src/gtk/glcanvas.cpp +++ b/src/gtk/glcanvas.cpp @@ -29,6 +29,7 @@ extern "C" } #include "wx/gtk/win_gtk.h" +#include "wx/gtk/private.h" // DLL options compatibility check: #include "wx/build.h" -- 2.50.0