diff options
author | Max Kellermann <max@duempel.org> | 2014-01-22 22:40:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-22 23:01:32 +0100 |
commit | a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988 (patch) | |
tree | 8cdb38cc68839c8610936c80de36bae81b530947 /src/command/OtherCommands.cxx | |
parent | f16db6cd8054bb4722ec6e80fe529b5f2390880f (diff) | |
download | mpd-a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988.tar.gz mpd-a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988.tar.xz mpd-a42f9e4ee30bf0d4a09dc5baa5aa9ba9da022988.zip |
LightDirectory: new struct replacing Directory in the DB API
Diffstat (limited to '')
-rw-r--r-- | src/command/OtherCommands.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx index 0daf62c5a..397e40b00 100644 --- a/src/command/OtherCommands.cxx +++ b/src/command/OtherCommands.cxx @@ -42,6 +42,7 @@ #include "Stats.hxx" #include "Permission.hxx" #include "PlaylistFile.hxx" +#include "PlaylistVector.hxx" #include "ClientFile.hxx" #include "Client.hxx" #include "Idle.hxx" |