Add missing include for iostream, needed for taglib >= 2

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2024-02-20 16:38:37 +01:00
parent 6d34500e8d
commit f331ce7252
No known key found for this signature in database
GPG key ID: 90D4B9641E092971

View file

@ -34,6 +34,8 @@
#include <taglib/taglib.h>
#include <taglib/xiphcomment.h>
#include <iostream>
/* Convert string to TagLib::String */
#define TL_STR(string) TagLib::String ((string).c_str(), TagLib::String::UTF8)