From: Robert Roebling Date: Wed, 26 Sep 2007 20:14:14 +0000 (+0000) Subject: Compilo for non-PCH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d290d2fe93267f5d48f1ff32a520b3c3b2b2c7fa?ds=inline Compilo for non-PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/textentry.cpp b/src/gtk/textentry.cpp index 040dc0ef8d..f25d8f80fa 100644 --- a/src/gtk/textentry.cpp +++ b/src/gtk/textentry.cpp @@ -24,6 +24,8 @@ #endif #ifndef WX_PRECOMP + #include "wx/window.h" + #include "wx/textctrl.h" #endif //WX_PRECOMP #include "wx/textentry.h"