From 7920be660bf8ca1333ee35195dde712da36bfad1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Jan 2008 19:00:52 +0000 Subject: [PATCH] PCH-less compilation fix after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xrc/xh_combo.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.0