From: Stefan Csomor Date: Mon, 29 Mar 2004 06:51:16 +0000 (+0000) Subject: correct include for OSX only X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/41218df153a17b7fabf22f3bf833e07700bff493 correct include for OSX only git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 4ebd816b71..3f25704010 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -53,9 +53,11 @@ #include #endif +#if TARGET_API_MAC_OSX #ifndef __HIVIEW__ #include #endif +#endif #if wxUSE_DRAG_AND_DROP #include "wx/dnd.h"