]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilo
authorRobert Roebling <robert@roebling.de>
Wed, 26 Sep 2007 20:57:42 +0000 (20:57 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 26 Sep 2007 20:57:42 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/textentrycmn.cpp

index 956d5d591407408e4b8e0809341c050ef612d05a..7324f6194c8ed8cded8842352b209c8eefb3dfc3 100644 (file)
@@ -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"