TagReaderTagLib: Fix build without stream tagreader

Fixes #1672
This commit is contained in:
Jonas Kvinge
2025-02-10 23:29:40 +01:00
parent 2b52553864
commit d571bc3305

View File

@@ -21,7 +21,10 @@
#include "config.h"
#include "tagreadertaglib.h"
#include "streamtagreader.h"
#ifdef HAVE_STREAMTAGREADER
# include "streamtagreader.h"
#endif
#include <memory>
#include <algorithm>