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
1 changed files with 2 additions and 0 deletions

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)