...and include tags/tags.h here too!!!

This commit is contained in:
craig.p.drummond
2014-06-01 09:05:14 +00:00
committed by craig.p.drummond
parent ae04018bf5
commit 0086b736d3

View File

@@ -44,7 +44,7 @@
#endif
#include <QFileInfo>
#if defined TAGLIB_FOUND && !defined ENABLE_EXTERNAL_TAGS
#include "tags.h"
#include "tags/tags.h"
#endif
#include <QDebug>
#define DBUG if (HttpServer::debugEnabled()) qWarning() << "HttpSocket" << __FUNCTION__