Skip to content

Commit

Permalink
Fix build with taglib 2
Browse files Browse the repository at this point in the history
Add missing include which is no longer pulled implicitly
  • Loading branch information
antonio-rojas committed Jan 24, 2024
1 parent f84dd60 commit 0d16066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/extractors/taglibextractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <id3v2tag.h>
#include <mp4tag.h>
#include <popularimeterframe.h>
#include <attachedpictureframe.h>

using namespace KFileMetaData;

Expand Down
1 change: 1 addition & 0 deletions src/writers/taglibwriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <wavpackfile.h>
#include <wavfile.h>
#include <popularimeterframe.h>
#include <attachedpictureframe.h>

namespace {

Expand Down

0 comments on commit 0d16066

Please sign in to comment.