From: Robert Roebling Date: Wed, 26 Sep 2007 20:57:42 +0000 (+0000) Subject: Compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8611662072d09a578096fc73d7b44933e206b85c Compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/textentrycmn.cpp b/src/common/textentrycmn.cpp index 956d5d5914..7324f6194c 100644 --- a/src/common/textentrycmn.cpp +++ b/src/common/textentrycmn.cpp @@ -26,6 +26,8 @@ #if wxUSE_TEXTCTRL || wxUSE_COMBOBOX #ifndef WX_PRECOMP + #include "wx/window.h" + #include "wx/dataobj.h" #endif //WX_PRECOMP #include "wx/textentry.h"