From 0086b736d35b0fa78daa174bc775696ba6f16191 Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Sun, 1 Jun 2014 09:05:14 +0000 Subject: [PATCH] ...and include tags/tags.h here too!!! --- http/httpsocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/httpsocket.cpp b/http/httpsocket.cpp index 21d83f539..aaa689d88 100644 --- a/http/httpsocket.cpp +++ b/http/httpsocket.cpp @@ -44,7 +44,7 @@ #endif #include #if defined TAGLIB_FOUND && !defined ENABLE_EXTERNAL_TAGS -#include "tags.h" +#include "tags/tags.h" #endif #include #define DBUG if (HttpServer::debugEnabled()) qWarning() << "HttpSocket" << __FUNCTION__