From: Kevin Ollivier Date: Sun, 8 Feb 2009 23:05:19 +0000 (+0000) Subject: Header fix for OS X Cocoa build. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/49decc8f95d0ef51a35b522e286bd12b499955f2 Header fix for OS X Cocoa build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/carbon/sound.cpp b/src/osx/carbon/sound.cpp index 7414db493c..2fff63dfcf 100644 --- a/src/osx/carbon/sound.cpp +++ b/src/osx/carbon/sound.cpp @@ -52,6 +52,10 @@ #endif #endif +#if __WXOSX_COCOA__ +#include "wx/osx/private.h" +#endif + #include //quicktime media layer only required for mac emulation on pc