Added lots of missing includes

This commit is contained in:
Michael Helmling 2012-02-15 21:54:19 +01:00
parent 140f4a57e2
commit de51307de7
16 changed files with 19 additions and 2 deletions

View File

@ -36,6 +36,7 @@
#include <tdebug.h>
#include <tagunion.h>
#include <id3v1tag.h>
#include <tpropertymap.h>
#include "apefile.h"

View File

@ -34,6 +34,7 @@
#include <tfile.h>
#include <tstring.h>
#include <tmap.h>
#include <tpropertymap.h>
#include "apetag.h"
#include "apefooter.h"
@ -251,7 +252,7 @@ PropertyMap APE::Tag::setProperties(const PropertyMap &origProps)
}
}
}
return PropertyMap;
return PropertyMap();
}
APE::Footer *APE::Tag::footer() const

View File

@ -28,6 +28,7 @@
#include <tlist.h>
#include <tdebug.h>
#include <tagunion.h>
#include <tpropertymap.h>
#include <id3v2header.h>
#include <id3v2tag.h>

View File

@ -23,6 +23,7 @@
#include "itfile.h"
#include "tdebug.h"
#include "modfileprivate.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace IT;

View File

@ -23,6 +23,7 @@
#include "tstringlist.h"
#include "tdebug.h"
#include "modfileprivate.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace Mod;

View File

@ -21,6 +21,8 @@
#include "modtag.h"
#include "tstringlist.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace Mod;

View File

@ -27,6 +27,7 @@
#include <tstring.h>
#include <tagunion.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include "mpcfile.h"
#include "id3v1tag.h"

View File

@ -27,6 +27,7 @@
#include <tdebug.h>
#include <id3v2tag.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include "aifffile.h"

View File

@ -27,6 +27,7 @@
#include <tdebug.h>
#include <id3v2tag.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include "wavfile.h"

View File

@ -23,6 +23,7 @@
#include "tstringlist.h"
#include "tdebug.h"
#include "modfileprivate.h"
#include "tpropertymap.h"
#include <iostream>

View File

@ -25,6 +25,8 @@
#include "tag.h"
#include "tstringlist.h"
#include "tpropertymap.h"
using namespace TagLib;
class Tag::TagPrivate

View File

@ -27,6 +27,7 @@
#include "tfilestream.h"
#include "tstring.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include <stdio.h>
#include <string.h>

View File

@ -146,7 +146,7 @@ const StringList &PropertyMap::unsupportedData() const
return unsupported;
}
static String PropertyMap::prepareKey(const String &proposed) {
String PropertyMap::prepareKey(const String &proposed) {
if(proposed.isEmpty())
return String::null;
for (String::ConstIterator it = proposed.begin(); it != proposed.end(); it++)

View File

@ -32,6 +32,7 @@
#include <tdebug.h>
#include <tagunion.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include "trueaudiofile.h"
#include "id3v1tag.h"

View File

@ -31,6 +31,7 @@
#include <tstring.h>
#include <tdebug.h>
#include <tagunion.h>
#include <tpropertymap.h>
#include "wavpackfile.h"
#include "id3v1tag.h"

View File

@ -23,6 +23,7 @@
#include "tdebug.h"
#include "xmfile.h"
#include "modfileprivate.h"
#include "tpropertymap.h"
#include <string.h>
#include <algorithm>