X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b2832ef0c9320b872d62cbf8f308ff4998af1ed..7a5e53abb3f9ea13eba2880972306446e4e21e83:/src/mac/carbon/dnd.cpp?ds=sidebyside 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 // ----------------------------------------------------------------------------