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)