From a97154c0c3313973c54aba986a86938c6d06d6d7 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 2 Oct 2006 18:04:02 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/listctrl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/wx/msw/listctrl.h b/include/wx/msw/listctrl.h index 81a0f2fa08..97f61eb113 100644 --- a/include/wx/msw/listctrl.h +++ b/include/wx/msw/listctrl.h @@ -12,10 +12,9 @@ #ifndef _WX_LISTCTRL_H_ #define _WX_LISTCTRL_H_ -#include "wx/control.h" +#include "wx/textctrl.h" class WXDLLEXPORT wxImageList; -class WXDLLIMPEXP_CORE wxTextCtrl; /* The wxListCtrl can show lists of items in four different modes: -- 2.45.2