From 473d6885debfa318e1e955195242e3aa5a33a83d Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 24 Jan 2009 17:01:46 +0000 Subject: [PATCH] bring in the definition of wxScrollHelper, making non-precomp builds working again after r58312 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/listctrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 6fb3200156..47e28583d7 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -11,6 +11,7 @@ #ifndef _WX_GENERIC_LISTCTRL_H_ #define _WX_GENERIC_LISTCTRL_H_ +#include "wx/scrolwin.h" #include "wx/textctrl.h" class WXDLLIMPEXP_FWD_CORE wxImageList; -- 2.45.2