From 7f7348b143f6ba1e5b772631f997cdce96b4a52d Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 30 Jul 2006 12:56:59 +0000 Subject: [PATCH] Next compilo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xrc/xh_choic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xrc/xh_choic.cpp b/src/xrc/xh_choic.cpp index c26bf71eea..c6ad605176 100644 --- a/src/xrc/xh_choic.cpp +++ b/src/xrc/xh_choic.cpp @@ -22,6 +22,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/choice.h" + #include "wx/combobox.h" #endif IMPLEMENT_DYNAMIC_CLASS(wxChoiceXmlHandler, wxXmlResourceHandler) -- 2.47.2