]> granicus.if.org Git - taglib/commitdiff
add missing include; fixes compilation with tests
authorAndreas Hartmetz <ahartmetz@gmail.com>
Sun, 6 Apr 2008 21:22:49 +0000 (21:22 +0000)
committerAndreas Hartmetz <ahartmetz@gmail.com>
Sun, 6 Apr 2008 21:22:49 +0000 (21:22 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@794194 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

tests/test_string.cpp

index ab331c89e99a2bce516edacc4cd4083fd7f89644..b1b2c83df65f87060a6a6ec42169d18ba40708ed 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 #include <tstring.h>
+#include <string.h>
 
 using namespace std;
 using namespace TagLib;