From: Gilles Depeyrot Date: Mon, 31 Dec 2001 20:15:51 +0000 (+0000) Subject: added missing include file for Apple DevTools X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ff143598418fd629bb08e22d2f46bc8be6dddfc1 added missing include file for Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dnd.cpp b/src/mac/carbon/dnd.cpp index a2059478e0..2965b50d5c 100644 --- a/src/mac/carbon/dnd.cpp +++ b/src/mac/carbon/dnd.cpp @@ -13,13 +13,16 @@ #pragma implementation "dnd.h" #endif +#include "wx/defs.h" + +#if wxUSE_DRAG_AND_DROP + #include "wx/dnd.h" #include "wx/window.h" +#include "wx/toplevel.h" #include "wx/app.h" #include "wx/gdicmn.h" -#if wxUSE_DRAG_AND_DROP - // ---------------------------------------------------------------------------- // global // ---------------------------------------------------------------------------- diff --git a/src/mac/dnd.cpp b/src/mac/dnd.cpp index a2059478e0..2965b50d5c 100644 --- a/src/mac/dnd.cpp +++ b/src/mac/dnd.cpp @@ -13,13 +13,16 @@ #pragma implementation "dnd.h" #endif +#include "wx/defs.h" + +#if wxUSE_DRAG_AND_DROP + #include "wx/dnd.h" #include "wx/window.h" +#include "wx/toplevel.h" #include "wx/app.h" #include "wx/gdicmn.h" -#if wxUSE_DRAG_AND_DROP - // ---------------------------------------------------------------------------- // global // ----------------------------------------------------------------------------