diff options
author | Max Kellermann <max@musicpd.org> | 2018-09-02 07:45:45 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-09-02 08:17:22 +0200 |
commit | 68f824a18640f7e582175a3e3a0b7d3fc60f207c (patch) | |
tree | 7ac2fcc340d9b42c55335317dca8a70c0dbb14c6 /src/command/DatabaseCommands.cxx | |
parent | b9cca49e1461e142f1f0946dcb930c7bf1517566 (diff) |
protocol/ArgParser: move struct RangeArg to separate header
Diffstat (limited to 'src/command/DatabaseCommands.cxx')
-rw-r--r-- | src/command/DatabaseCommands.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/DatabaseCommands.cxx b/src/command/DatabaseCommands.cxx index 0d0b8448d..59aebf6d4 100644 --- a/src/command/DatabaseCommands.cxx +++ b/src/command/DatabaseCommands.cxx @@ -26,6 +26,7 @@ #include "db/Count.hxx" #include "db/Selection.hxx" #include "CommandError.hxx" +#include "protocol/RangeArg.hxx" #include "client/Client.hxx" #include "client/Response.hxx" #include "tag/ParseName.hxx" |