diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistSong.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 4bfcc5969..cfd01b130 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -23,12 +23,12 @@ #include "DatabasePlugin.hxx" #include "DatabaseGlue.hxx" #include "ls.hxx" +#include "tag.h" extern "C" { #include "song.h" #include "uri.h" #include "path.h" -#include "tag.h" } #include <assert.h> |