From: Jouk Jansen Date: Thu, 29 Aug 2013 06:39:38 +0000 (+0000) Subject: wxGTK1 : another msiing include file in evtloop.cpp X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8059d88d80ab538c27b457cd4f3ffd5298344476 wxGTK1 : another msiing include file in evtloop.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk1/evtloop.cpp b/src/gtk1/evtloop.cpp index 8379884b15..fa0e6c7f6e 100644 --- a/src/gtk1/evtloop.cpp +++ b/src/gtk1/evtloop.cpp @@ -25,6 +25,7 @@ #include "wx/evtloop.h" #include "wx/private/eventloopsourcesmanager.h" +#include "wx/apptrait.h" #ifndef WX_PRECOMP #include "wx/app.h"