From 4c410aa14e7818b946351842fed2905239c15592 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 31 Jan 2006 15:37:19 +0000 Subject: [PATCH] Added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/toolbkg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/toolbkg.cpp b/src/generic/toolbkg.cpp index c0b44370d9..f40261c4e3 100644 --- a/src/generic/toolbkg.cpp +++ b/src/generic/toolbkg.cpp @@ -26,6 +26,7 @@ #if wxUSE_TOOLBOOK +#include "wx/imaglist.h" #include "wx/toolbar.h" #include "wx/toolbook.h" #include "wx/settings.h" -- 2.50.0