diff options
author | Max Kellermann <max@duempel.org> | 2014-10-01 23:38:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-01 23:38:17 +0200 |
commit | 89f9561d10c6c7d39c466bc8432793fcaa89fd9d (patch) | |
tree | a9925d5f471c5d3d5c6d9925c2594b1b595ae812 /src/SongPrint.cxx | |
parent | 8af3f91e7889fc9f23d96aa75307c4440e921875 (diff) |
storage/Interface: include cleanup
Diffstat (limited to 'src/SongPrint.cxx')
-rw-r--r-- | src/SongPrint.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx index 0c1b93265..05d462b6d 100644 --- a/src/SongPrint.cxx +++ b/src/SongPrint.cxx @@ -25,6 +25,7 @@ #include "TimePrint.hxx" #include "TagPrint.hxx" #include "client/Client.hxx" +#include "fs/Traits.hxx" #include "util/UriUtil.hxx" #define SONG_FILE "file: " |