diff options
Diffstat (limited to 'src/TagPool.hxx')
-rw-r--r-- | src/TagPool.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPool.hxx b/src/TagPool.hxx index 649cef6e5..3a6897607 100644 --- a/src/TagPool.hxx +++ b/src/TagPool.hxx @@ -20,7 +20,7 @@ #ifndef MPD_TAG_POOL_HXX #define MPD_TAG_POOL_HXX -#include "tag.h" +#include "TagType.h" #include "thread/Mutex.hxx" extern Mutex tag_pool_lock; |