]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix.
authorRobert Roebling <robert@roebling.de>
Sun, 8 Oct 2006 19:39:14 +0000 (19:39 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 8 Oct 2006 19:39:14 +0000 (19:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/choicebk.h

index 06a071c237598a74f11ba0edf616634aa89ed420..cbb17693f8825ad28ebb4d80717efd427fdbc0fc 100644 (file)
@@ -17,6 +17,7 @@
 #if wxUSE_CHOICEBOOK
 
 #include "wx/bookctrl.h"
+#include "wx/choice.h"
 
 class WXDLLEXPORT wxChoice;