diff options
Diffstat (limited to 'src/PlaylistSong.cxx')
-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 118fb5715..ec27656f2 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -24,11 +24,11 @@ #include "DatabaseGlue.hxx" #include "ls.hxx" #include "tag.h" +#include "Path.hxx" extern "C" { #include "song.h" #include "uri.h" -#include "path.h" } #include <glib.h> |