mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 20:52:52 -05:00
Include <iostream> instead of <ostream> to fix compilation on Haiku
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
#include <bitset>
|
||||
|
||||
#include <tstring.h>
|
||||
|
||||
Reference in New Issue
Block a user