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:
Artem Umerov
2025-09-04 09:28:25 +03:00
committed by Urs Fleisch
parent fa96a6458e
commit 3c917caf52

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_VARIANT_H
#define TAGLIB_VARIANT_H
#include <iosfwd>
#include <sstream>
#include "tlist.h"
#include "tmap.h"