From 4c79f9c1606102f14dcb8ac1f025d792c8dead53 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 11 Nov 2006 10:11:04 +0000 Subject: [PATCH] Added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/collpane.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/collpane.cpp b/src/gtk/collpane.cpp index bf6962fe7a..93b0be56e1 100644 --- a/src/gtk/collpane.cpp +++ b/src/gtk/collpane.cpp @@ -22,6 +22,7 @@ #include "wx/collpane.h" #include "wx/toplevel.h" #include "wx/sizer.h" +#include "wx/panel.h" #include "wx/gtk/private.h" #include "wx/gtk/win_gtk.h" -- 2.50.0