]> git.saurik.com Git - wxWidgets.git/commitdiff
PCH-less compilation fix after last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jan 2008 19:00:52 +0000 (19:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jan 2008 19:00:52 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xrc/xh_combo.cpp

index 742d8a3d3a1b310b0e7996fde1f7ce93550ea183..fd3179a66b97c265c6c805bc79eff50eece77f91 100644 (file)
@@ -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)