diff options
Diffstat (limited to 'src/decoder/DecoderThread.cxx')
-rw-r--r-- | src/decoder/DecoderThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DecoderThread.cxx b/src/decoder/DecoderThread.cxx index 6a0d9d152..43fbece73 100644 --- a/src/decoder/DecoderThread.cxx +++ b/src/decoder/DecoderThread.cxx @@ -23,7 +23,7 @@ #include "Bridge.hxx" #include "DecoderError.hxx" #include "DecoderPlugin.hxx" -#include "DetachedSong.hxx" +#include "song/DetachedSong.hxx" #include "MusicPipe.hxx" #include "fs/Traits.hxx" #include "fs/AllocatedPath.hxx" |