X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d6306eb4da8cdac4b5dee9784959672c233eec8..2356708db31b737c6eae53c2316b642aa5a2e68d:/utils/wxMMedia/mmdata.cpp diff --git a/utils/wxMMedia/mmdata.cpp b/utils/wxMMedia/mmdata.cpp index 11b0922cf6..ebd196874f 100644 --- a/utils/wxMMedia/mmdata.cpp +++ b/utils/wxMMedia/mmdata.cpp @@ -7,6 +7,8 @@ // Copyright: (C) 1997, 1998, Guilhem Lavaux // License: wxWindows license //////////////////////////////////////////////////////////////////////////////// +#include "wx/wxprec.h" + #include "mmfile.h" #include "sndsnd.h" @@ -21,6 +23,7 @@ #include "sndau.h" #include "sndpcm.h" #include "sndmulaw.h" +#include "sndadpcm.h" #include "vidbase.h" #if defined(__X__) || defined(__WXGTK__) #include "vidxanm.h" @@ -48,6 +51,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxSndSimpleBuffer, wxSndBuffer) IMPLEMENT_ABSTRACT_CLASS(wxSoundCodec, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxSoundPcmCodec, wxSoundCodec) IMPLEMENT_DYNAMIC_CLASS(wxSoundMulawCodec, wxSoundCodec) +IMPLEMENT_DYNAMIC_CLASS(wxSoundAdpcmCodec, wxSoundCodec) #ifdef __UNIX__ IMPLEMENT_DYNAMIC_CLASS(wxUssSound, wxSound)