X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d775fa82354a1f8d5db87ad1d71ab00ef7d9123c..32c19f25fce3a38f9e4cf1497761fd7364d7bc62:/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__)