From 49decc8f95d0ef51a35b522e286bd12b499955f2 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Sun, 8 Feb 2009 23:05:19 +0000 Subject: [PATCH] Header fix for OS X Cocoa build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/sound.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.49.0