db/Interface, ...: forward-declare TagType

This commit is contained in:
Max Kellermann
2023-03-06 15:18:48 +01:00
parent a302d34f6d
commit 118b76a8f1
17 changed files with 30 additions and 13 deletions

View File

@@ -5,8 +5,10 @@
#define MPD_ICY_META_DATA_SERVER_HXX
#include "Page.hxx"
#include "tag/Type.h"
#include <cstdint>
enum TagType : uint8_t;
struct Tag;
class AllocatedString;