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/UpdateContainer.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 '')
-rw-r--r-- | src/UpdateContainer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/UpdateContainer.cxx b/src/UpdateContainer.cxx index 9da58567c..6a6d756aa 100644 --- a/src/UpdateContainer.cxx +++ b/src/UpdateContainer.cxx @@ -28,6 +28,7 @@ #include "Mapper.hxx" #include "fs/Path.hxx" #include "TagHandler.hxx" +#include "tag.h" #include <glib.h> |