From: Jouk Jansen Date: Thu, 8 Jan 2009 11:13:19 +0000 (+0000) Subject: Insert missing include file X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3a249a9fb3c6ac8d1ddd4e8eea6fae35d22aecbf Insert missing include file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"