From 64179ebc4201bc8b644598fafc56d30e00e7b5bf Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Mon, 17 May 2004 16:16:24 +0000 Subject: [PATCH] added missing include required for CW8 Carbon compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dnd.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mac/carbon/dnd.cpp b/src/mac/carbon/dnd.cpp index 14da3edf45..53b046c2fb 100644 --- a/src/mac/carbon/dnd.cpp +++ b/src/mac/carbon/dnd.cpp @@ -24,6 +24,10 @@ #include "wx/gdicmn.h" #include "wx/mac/private.h" +#ifndef __DARWIN__ + #include +#endif + // ---------------------------------------------------------------------------- // global // ---------------------------------------------------------------------------- -- 2.49.0