1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Fix taglib includes

This commit is contained in:
Dominik Schmidt 2011-05-26 22:20:33 +02:00
parent e7bdc077d2
commit b0c0667bde

View File

@ -20,8 +20,8 @@
#define MUSICSCANNER_H
/* taglib */
#include <fileref.h>
#include <tag.h>
#include <taglib/fileref.h>
#include <taglib/tag.h>
#include <QVariantMap>
#include <QDir>