diff options
author | Max Kellermann <max@duempel.org> | 2013-07-30 20:10:24 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-30 20:10:24 +0200 |
commit | 6a9ab8bc0e2f5d34803513bb2d94d041a607a58c (patch) | |
tree | 478328936b860507f6d0f77b2c7b3e6711910311 /src/TagPool.cxx | |
parent | 9a0061c511403bc023430feb91094355da83a663 (diff) | |
download | mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.tar.gz mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.tar.xz mpd-6a9ab8bc0e2f5d34803513bb2d94d041a607a58c.zip |
tag: move enum tag_type to TagType.h
Diffstat (limited to 'src/TagPool.cxx')
-rw-r--r-- | src/TagPool.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TagPool.cxx b/src/TagPool.cxx index a9b892845..030f90225 100644 --- a/src/TagPool.cxx +++ b/src/TagPool.cxx @@ -19,6 +19,7 @@ #include "config.h" #include "TagPool.hxx" +#include "tag.h" #include <glib.h> |