]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGTK1 : wx/private/eventloopsourcesmanager.h was missing in evtloop.cpp
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 28 Aug 2013 06:01:12 +0000 (06:01 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 28 Aug 2013 06:01:12 +0000 (06:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk1/evtloop.cpp

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