diff --git a/src/WavDecoder.cpp b/src/WavDecoder.cpp index f06782b..aadc96f 100644 --- a/src/WavDecoder.cpp +++ b/src/WavDecoder.cpp @@ -1,6 +1,7 @@ #pragma comment(user, "license") #include "WavDecoder.h" +#include "RiffUtils.h" using namespace nqr;