From: Dimitri Schoolwerth Date: Mon, 17 May 2004 16:16:24 +0000 (+0000) Subject: added missing include required for CW8 Carbon compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64179ebc4201bc8b644598fafc56d30e00e7b5bf?ds=inline 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 --- 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 // ----------------------------------------------------------------------------