diff options
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/DatabaseSong.cxx | 2 | ||||
-rw-r--r-- | src/db/update/UpdateIO.cxx | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/db/DatabaseSong.cxx b/src/db/DatabaseSong.cxx index 699213835..dd27aa8b3 100644 --- a/src/db/DatabaseSong.cxx +++ b/src/db/DatabaseSong.cxx @@ -24,6 +24,8 @@ #include "DetachedSong.hxx" #include "storage/StorageInterface.hxx" +#include <assert.h> + DetachedSong DatabaseDetachSong(const Storage &storage, const LightSong &song) { diff --git a/src/db/update/UpdateIO.cxx b/src/db/update/UpdateIO.cxx index fa19a8b5a..9e43d1289 100644 --- a/src/db/update/UpdateIO.cxx +++ b/src/db/update/UpdateIO.cxx @@ -25,6 +25,7 @@ #include "storage/StorageInterface.hxx" #include "fs/Traits.hxx" #include "fs/FileSystem.hxx" +#include "fs/AllocatedPath.hxx" #include "util/Error.hxx" #include "Log.hxx" |