]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK1 : another msiing include file in evtloop.cpp
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 29 Aug 2013 06:39:38 +0000 (06:39 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 29 Aug 2013 06:39:38 +0000 (06:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk1/evtloop.cpp

index 8379884b15d82108950db2e2f34ef8338a7386dc..fa0e6c7f6ebff6c04b90df5d1ce292334e80ad52 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "wx/evtloop.h"
 #include "wx/private/eventloopsourcesmanager.h"
+#include "wx/apptrait.h"
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"