From: Stefan Csomor Date: Sun, 28 Feb 2010 17:27:49 +0000 (+0000) Subject: moving header for precomp builds X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a484d9ef62c2991aa2a828662199d6443126f5a?ds=inline moving header for precomp builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/dnd.mm b/src/osx/cocoa/dnd.mm index 74e21d53b0..6c9e4e418d 100644 --- a/src/osx/cocoa/dnd.mm +++ b/src/osx/cocoa/dnd.mm @@ -17,13 +17,13 @@ #ifndef WX_PRECOMP #include "wx/app.h" - #include "wx/evtloop.h" #include "wx/toplevel.h" #include "wx/gdicmn.h" #include "wx/wx.h" #endif // WX_PRECOMP -#include +#include "wx/evtloop.h" + #include "wx/osx/private.h" wxDropSource* gCurrentSource = NULL;