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