From: Robert Roebling Date: Mon, 16 Feb 2009 08:56:52 +0000 (+0000) Subject: Compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c146c3ae4417af540d85a53eace698f6bb5f5660 Compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/evtloop.mm b/src/osx/cocoa/evtloop.mm index 1d607f9eaf..a1c1f613d6 100644 --- a/src/osx/cocoa/evtloop.mm +++ b/src/osx/cocoa/evtloop.mm @@ -24,12 +24,13 @@ #pragma hdrstop #endif -#include "wx/evtloop.h" #ifndef WX_PRECOMP #include "wx/app.h" #endif // WX_PRECOMP +#include "wx/evtloop.h" + #include "wx/osx/private.h" // ============================================================================