mirror of
https://github.com/taglib/taglib.git
synced 2025-09-28 15:44:52 -04:00
Fix std::ostream not defined on Android NDK 29.0.14033849
Fix std::ostream not defined on Android NDK 29.0.14033849
This commit is contained in:
committed by
Urs Fleisch
parent
fa96a6458e
commit
3c917caf52
@ -26,7 +26,7 @@
|
||||
#ifndef TAGLIB_VARIANT_H
|
||||
#define TAGLIB_VARIANT_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <sstream>
|
||||
|
||||
#include "tlist.h"
|
||||
#include "tmap.h"
|
||||
|
Reference in New Issue
Block a user