correct include for OSX only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-03-29 06:51:16 +00:00
parent 6aab345b9d
commit 41218df153

View File

@ -53,9 +53,11 @@
#include <ToolUtils.h>
#endif
#if TARGET_API_MAC_OSX
#ifndef __HIVIEW__
#include <HIToolbox/HIView.h>
#endif
#endif
#if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h"