aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-26 08:13:52 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-26 08:13:52 +0000
commitf7638aee95aa0289ca657df9c809cbb406f6db8a (patch)
tree034f0d27d3020f42bea19a944426de21da60a6fb
parent5e8d2b5a9509adaae3e6a2ebc6145e45d69770db (diff)
downloadqmmp-f7638aee95aa0289ca657df9c809cbb406f6db8a.tar.gz
qmmp-f7638aee95aa0289ca657df9c809cbb406f6db8a.tar.bz2
qmmp-f7638aee95aa0289ca657df9c809cbb406f6db8a.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@385 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/plugins/Input/mad/tagextractor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Input/mad/tagextractor.h b/src/plugins/Input/mad/tagextractor.h
index c6fe70df3..a814dc5b9 100644
--- a/src/plugins/Input/mad/tagextractor.h
+++ b/src/plugins/Input/mad/tagextractor.h
@@ -20,12 +20,11 @@
#ifndef TAGEXTRACTOR_H
#define TAGEXTRACTOR_H
-
-
#include <taglib/tag.h>
#include <taglib/fileref.h>
#include <taglib/id3v1tag.h>
#include <taglib/id3v2tag.h>
+#include <taglib/id3v2header.h>
#include <qmmp/filetag.h>