From: Julian Smart Date: Sat, 11 Nov 2006 10:11:04 +0000 (+0000) Subject: Added missing include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c79f9c1606102f14dcb8ac1f025d792c8dead53 Added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"