diff --git a/source/decoder/sndfile_decoder.h b/source/decoder/sndfile_decoder.h index 2645ebd..3bf916a 100644 --- a/source/decoder/sndfile_decoder.h +++ b/source/decoder/sndfile_decoder.h @@ -43,6 +43,8 @@ private: static sf_count_t file_tell(void *user_data); }; +#else +#include "../thirdparty/sndfile.h" #endif #endif /* SNDFILE_DECODER_H */