X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d196b01ab707a69381fecc7bba2c65e970e3500..07aaf32633ecf18ec3edfbb41793a112914792d0:/src/xrc/xh_combo.cpp diff --git a/src/xrc/xh_combo.cpp b/src/xrc/xh_combo.cpp index 742d8a3d3a..78e1556cc9 100644 --- a/src/xrc/xh_combo.cpp +++ b/src/xrc/xh_combo.cpp @@ -22,8 +22,11 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/combobox.h" + #include "wx/textctrl.h" // for wxTE_PROCESS_ENTER #endif +#include "wx/xml/xml.h" + IMPLEMENT_DYNAMIC_CLASS(wxComboBoxXmlHandler, wxXmlResourceHandler) wxComboBoxXmlHandler::wxComboBoxXmlHandler()