Skip to content

Commit 3c917ca

Browse files
umerov1999ufleisch
authored andcommitted
Fix std::ostream not defined on Android NDK 29.0.14033849
Fix std::ostream not defined on Android NDK 29.0.14033849
1 parent fa96a64 commit 3c917ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taglib/toolkit/tvariant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#ifndef TAGLIB_VARIANT_H
2727
#define TAGLIB_VARIANT_H
2828

29-
#include <iosfwd>
29+
#include <sstream>
3030

3131
#include "tlist.h"
3232
#include "tmap.h"

0 commit comments

Comments
 (0)