From: Vadim Zeitlin Date: Sat, 7 Jan 2012 16:11:10 +0000 (+0000) Subject: Compilation fix for PCH-less build after wxListCtrlBase changes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0dc45ad6b500f6f3e7b8f8523b5b952f217b9597 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 --- 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;