mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-19 11:55:58 +01:00
Add missing include for iostream, needed for taglib >= 2
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
6d34500e8d
commit
f331ce7252
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue