summaryrefslogtreecommitdiff
path: root/test
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 /test
parentb9cca49e1461e142f1f0946dcb930c7bf1517566 (diff)
protocol/ArgParser: move struct RangeArg to separate header
Diffstat (limited to 'test')
-rw-r--r--test/test_protocol.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_protocol.cxx b/test/test_protocol.cxx
index 596e4afc3..b587561a6 100644
--- a/test/test_protocol.cxx
+++ b/test/test_protocol.cxx
@@ -1,6 +1,7 @@
#include "config.h"
#include "protocol/ArgParser.hxx"
#include "protocol/Ack.hxx"
+#include "protocol/RangeArg.hxx"
#include "util/Compiler.h"
#include <cppunit/TestFixture.h>