From 0dc45ad6b500f6f3e7b8f8523b5b952f217b9597 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Jan 2012 16:11:10 +0000 Subject: [PATCH] Compilation fix for PCH-less build after wxListCtrlBase changes. Include the base class declaration from wx/listbase.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/listbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/listbase.h b/include/wx/listbase.h index 87700aa4c2..e559493b9f 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -16,6 +16,7 @@ #include "wx/font.h" #include "wx/gdicmn.h" #include "wx/event.h" +#include "wx/control.h" class WXDLLIMPEXP_FWD_CORE wxImageList; -- 2.50.0