From: Robert Roebling Date: Sun, 8 Oct 2006 19:39:14 +0000 (+0000) Subject: Compile fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc66bf5af819696068db70647bd2906feb578082 Compile fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/choicebk.h b/include/wx/choicebk.h index 06a071c237..cbb17693f8 100644 --- a/include/wx/choicebk.h +++ b/include/wx/choicebk.h @@ -17,6 +17,7 @@ #if wxUSE_CHOICEBOOK #include "wx/bookctrl.h" +#include "wx/choice.h" class WXDLLEXPORT wxChoice;