]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for PCH-less build after wxListCtrlBase changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 16:11:10 +0000 (16:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 16:11:10 +0000 (16:11 +0000)
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

index 87700aa4c2fcfb6f1e90e98e5138655b2a14c887..e559493b9fdcabb0538985e1afdc8bbc504a1011 100644 (file)
@@ -16,6 +16,7 @@
 #include "wx/font.h"
 #include "wx/gdicmn.h"
 #include "wx/event.h"
 #include "wx/font.h"
 #include "wx/gdicmn.h"
 #include "wx/event.h"
+#include "wx/control.h"
 
 class WXDLLIMPEXP_FWD_CORE wxImageList;
 
 
 class WXDLLIMPEXP_FWD_CORE wxImageList;