From 3a249a9fb3c6ac8d1ddd4e8eea6fae35d22aecbf Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 8 Jan 2009 11:13:19 +0000 Subject: [PATCH] Insert missing include file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/textctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 7133259dcb..324eb6b2de 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -15,6 +15,7 @@ #include "wx/textctrl.h" #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" #include "wx/utils.h" -- 2.50.0