From: Vadim Zeitlin Date: Sun, 6 Jan 2008 19:00:52 +0000 (+0000) Subject: PCH-less compilation fix after last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7920be660bf8ca1333ee35195dde712da36bfad1 PCH-less compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/xrc/xh_combo.cpp b/src/xrc/xh_combo.cpp index 742d8a3d3a..fd3179a66b 100644 --- a/src/xrc/xh_combo.cpp +++ b/src/xrc/xh_combo.cpp @@ -22,6 +22,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/combobox.h" + #include "wx/textctrl.h" // for wxTE_PROCESS_ENTER #endif IMPLEMENT_DYNAMIC_CLASS(wxComboBoxXmlHandler, wxXmlResourceHandler)