From d290d2fe93267f5d48f1ff32a520b3c3b2b2c7fa Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Wed, 26 Sep 2007 20:14:14 +0000 Subject: [PATCH] Compilo for non-PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/textentry.cpp | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.45.2