From: Vadim Zeitlin Date: Tue, 11 Oct 2005 13:40:39 +0000 (+0000) Subject: another fix for !USE_PCH: added missing wx/imaglist.h include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/42e53e77719543f722d82274031238754f7e09f7 another fix for !USE_PCH: added missing wx/imaglist.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/treebase.cpp b/src/common/treebase.cpp index ec34814030..7b42fdd35e 100644 --- a/src/common/treebase.cpp +++ b/src/common/treebase.cpp @@ -27,6 +27,7 @@ #if wxUSE_TREECTRL #include "wx/treectrl.h" +#include "wx/imaglist.h" // ---------------------------------------------------------------------------- // events