diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/AACDecoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AACDecoder.cpp b/src/AACDecoder.cpp index 6cbe8c4..238a801 100644 --- a/src/AACDecoder.cpp +++ b/src/AACDecoder.cpp @@ -21,6 +21,7 @@ #include "config.h" #include "AACDecoder.h" #include <stdexcept> +#include <string> AACDecoder::AACDecoder(const char* wavfilename) : m_wav_writer(wavfilename) |