X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsndfile_decoder.h;h=5ebe1da7b251852ee523df1e24fc9597406570f2;hb=4e5c1b91ff04bebc692e52115a741948037dda54;hp=52590ef24a3b99bc841edff4687b2a97ced69a9c;hpb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;p=dcpomatic.git diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index 52590ef24..5ebe1da7b 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -17,13 +17,14 @@ */ -#include #include "decoder.h" #include "audio_decoder.h" +#include "audio_examiner.h" +#include class SndfileContent; -class SndfileDecoder : public AudioDecoder +class SndfileDecoder : public AudioDecoder, public AudioExaminer { public: SndfileDecoder (boost::shared_ptr c);