From 38e140962a49b007358393e6d44f1455196f094d Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 27 Aug 2007 19:41:38 +0000 Subject: [PATCH] Need ostream for std::ostream in some STLs git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@705359 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/toolkit/tbytevector.h | 1 + taglib/toolkit/tstring.h | 1 + 2 files changed, 2 insertions(+) diff --git a/taglib/toolkit/tbytevector.h b/taglib/toolkit/tbytevector.h index bb856070..5533d13e 100644 --- a/taglib/toolkit/tbytevector.h +++ b/taglib/toolkit/tbytevector.h @@ -26,6 +26,7 @@ #include "taglib_export.h" #include +#include namespace TagLib { diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index e9e3eedd..8bf5d961 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -27,6 +27,7 @@ #include "tbytevector.h" #include +#include /*! * \relates TagLib::String