diff --git a/src/engine/media/MT_CodecList.h b/src/engine/media/MT_CodecList.h index ef84ba47..b14f9179 100644 --- a/src/engine/media/MT_CodecList.h +++ b/src/engine/media/MT_CodecList.h @@ -7,9 +7,11 @@ #define __MT_CODEC_LIST_H #include "../config.h" + #if defined(USE_RESIP_INTEGRATION) # include "resiprocate/resip/stack/SdpContents.hxx" #endif + #include "MT_Codec.h" #include #include @@ -109,7 +111,7 @@ public: ~CodecListPriority(); void setupFrom(PVariantMap vmap); - int count(const CodecList& cl) const; + int count(const CodecList& cl) const; Codec::Factory& codecAt(const CodecList& cl, int index) const; protected: