X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d775fa82354a1f8d5db87ad1d71ab00ef7d9123c..dfb47d834d8de400c2738f0c8b05bc7d7dd80206:/include/wx/sound.h diff --git a/include/wx/sound.h b/include/wx/sound.h index cb9f836554..db76105490 100644 --- a/include/wx/sound.h +++ b/include/wx/sound.h @@ -67,6 +67,8 @@ protected: #if defined(__WXMSW__) #include "wx/msw/sound.h" +#elif defined(__WXCOCOA__) + #include "wx/cocoa/sound.h" #elif defined(__WXMAC__) #include "wx/mac/sound.h" #elif defined(__WXPM__)