Further build fix
2 files changed, 2 insertions(+), 2 deletions(-) M src/CoreAudioReadStream.cpp M src/CoreAudioWriteStream.cpp
M src/CoreAudioReadStream.cpp +1 -1
@@ 101,7 101,7 @@ codestr(OSStatus err) text[2] = (uerr >> 8) & 0xff; text[3] = (uerr) & 0xff; text[4] = '\0'; - ostringstream os; + std::ostringstream os; os << err << " (" << text << ")"; return os.str(); }
M src/CoreAudioWriteStream.cpp +1 -1