diff options
Diffstat (limited to '')
-rw-r--r-- | src/db/update/Container.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/Container.cxx b/src/db/update/Container.cxx index 54cfdfab7..0a3f7f2f8 100644 --- a/src/db/update/Container.cxx +++ b/src/db/update/Container.cxx @@ -23,7 +23,7 @@ #include "db/DatabaseLock.hxx" #include "db/Directory.hxx" #include "db/Song.hxx" -#include "storage/LocalStorage.hxx" +#include "storage/StorageInterface.hxx" #include "decoder/DecoderPlugin.hxx" #include "decoder/DecoderList.hxx" #include "fs/AllocatedPath.hxx" |