From ff143598418fd629bb08e22d2f46bc8be6dddfc1 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Mon, 31 Dec 2001 20:15:51 +0000 Subject: [PATCH] added missing include file for Apple DevTools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dnd.cpp | 7 +++++-- src/mac/dnd.cpp | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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 // ---------------------------------------------------------------------------- -- 2.45.2