From 827898cd3838f87d3139253b6133e1b54454d28c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 30 Sep 2018 22:32:56 +0200 Subject: [PATCH] Fix taglib includes --- Changelog | 5 +++++ ext/libstrawberry-tagreader/tagreader.cpp | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 14c7f9eef..f2af61394 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,11 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + + * Fixed crash in analyzer + * Fixed trying to use systray even if the desktop had no systray + Version 0.3.3: * Fixed Tidal login diff --git a/ext/libstrawberry-tagreader/tagreader.cpp b/ext/libstrawberry-tagreader/tagreader.cpp index ee904c110..36f4892f6 100644 --- a/ext/libstrawberry-tagreader/tagreader.cpp +++ b/ext/libstrawberry-tagreader/tagreader.cpp @@ -43,7 +43,7 @@ #include #include #include -#include "taglib/id3v2frame.h" +#include #include #include #include @@ -54,12 +54,12 @@ #include #include #include -#include "taglib/asftag.h" -#include "taglib/asfattribute.h" -#include "taglib/asfproperties.h" +#include +#include +#include #include #include -#include "taglib/mp4item.h" +#include #include #include #include