From cc66bf5af819696068db70647bd2906feb578082 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 8 Oct 2006 19:39:14 +0000 Subject: [PATCH] Compile fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/choicebk.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.0