]> git.saurik.com Git - wxWidgets.git/commitdiff
bring in the definition of wxScrollHelper, making non-precomp builds working again...
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 Jan 2009 17:01:46 +0000 (17:01 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 Jan 2009 17:01:46 +0000 (17:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/listctrl.h

index 6fb3200156cc993c28622c9b27556a27c0bd57ad..47e28583d7d9c4565d66fd664d99e028faaafe42 100644 (file)
@@ -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;