From ba23b49d3930526ff06f2489683a415fe7feac8b Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 2 Jun 2018 19:27:29 +0200 Subject: [PATCH] Ensure iostream is included in id3v2tag.cpp --- id3/id3v2tag.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/id3/id3v2tag.cpp b/id3/id3v2tag.cpp index 3083002..8df0bae 100644 --- a/id3/id3v2tag.cpp +++ b/id3/id3v2tag.cpp @@ -7,6 +7,8 @@ #include #include +#include + using namespace std; using namespace IoUtilities; using namespace ConversionUtilities;