summaryrefslogtreecommitdiff
path: root/src/command/Request.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-09-02 07:45:45 +0200
committerMax Kellermann <max@musicpd.org>2018-09-02 08:17:22 +0200
commit68f824a18640f7e582175a3e3a0b7d3fc60f207c (patch)
tree7ac2fcc340d9b42c55335317dca8a70c0dbb14c6 /src/command/Request.hxx
parentb9cca49e1461e142f1f0946dcb930c7bf1517566 (diff)
protocol/ArgParser: move struct RangeArg to separate header
Diffstat (limited to 'src/command/Request.hxx')
-rw-r--r--src/command/Request.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/Request.hxx b/src/command/Request.hxx
index 02f7804e5..f8ea53fd8 100644
--- a/src/command/Request.hxx
+++ b/src/command/Request.hxx
@@ -22,6 +22,7 @@
#include "check.h"
#include "protocol/ArgParser.hxx"
+#include "protocol/RangeArg.hxx"
#include "Chrono.hxx"
#include "util/ConstBuffer.hxx"