diff options
Diffstat (limited to '')
-rw-r--r-- | src/DecoderThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 3a282451a..1f85cd835 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -27,7 +27,7 @@ #include "system/FatalError.hxx" #include "Mapper.hxx" #include "fs/Traits.hxx" -#include "fs/Path.hxx" +#include "fs/AllocatedPath.hxx" #include "DecoderAPI.hxx" #include "tag/Tag.hxx" #include "InputStream.hxx" |