the usual daily unbreak compilation

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@670244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Dirk Mueller 2007-05-31 20:51:55 +00:00
parent e08587db9a
commit 26751ba95b
6 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <oggflacfile.h>
#include <mpcfile.h>
#include <tag.h>
#include <string.h>
#include <id3v2framefactory.h>
using namespace TagLib;

View File

@ -23,6 +23,7 @@
*/
#include <iostream>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>

View File

@ -24,6 +24,8 @@
#include <tstring.h>
#include <tdebug.h>
#include <string.h>
#include "tbytevector.h"
// This is a bit ugly to keep writing over and over again.

View File

@ -24,6 +24,7 @@
#include "tdebug.h"
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#ifdef _WIN32
# include <io.h>

View File

@ -25,6 +25,8 @@
#include <iostream>
#include <string.h>
namespace TagLib {
inline unsigned short byteSwap(unsigned short x)

View File

@ -23,6 +23,7 @@
*/
#include <iostream>
#include <string.h>
#include <tbytevector.h>
#include <tbytevectorlist.h>