From bbfcc84dec1ff27159149e5c87a410e6b8ae2a84 Mon Sep 17 00:00:00 2001 From: Andreas Hartmetz Date: Sun, 6 Apr 2008 21:22:49 +0000 Subject: [PATCH] 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 --- tests/test_string.cpp | 1 + 1 file changed, 1 insertion(+) 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;