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__