From: Andreas Hartmetz Date: Sun, 6 Apr 2008 21:22:49 +0000 (+0000) Subject: add missing include; fixes compilation with tests X-Git-Tag: v1.6rc1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbfcc84dec1ff27159149e5c87a410e6b8ae2a84;p=taglib add missing include; fixes compilation with tests git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@794194 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/tests/test_string.cpp b/tests/test_string.cpp index ab331c89..b1b2c83d 100644 --- a/tests/test_string.cpp +++ b/tests/test_string.cpp @@ -24,6 +24,7 @@ #include #include +#include using namespace std; using namespace TagLib;