aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/DatabaseCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-04-26 22:59:21 +0200
committerMax Kellermann <max@duempel.org>2014-04-26 22:59:21 +0200
commitfcb55f841ae4772ee94f80eed5b45947ef644337 (patch)
tree3f3b2f09d055439febb9b3a973578f60ad25d823 /src/command/DatabaseCommands.cxx
parent154e601f4e99e5334005279eb64ba6a541d9e844 (diff)
downloadmpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.gz
mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.tar.xz
mpd-fcb55f841ae4772ee94f80eed5b45947ef644337.zip
DatabasePrint: move PrintSongCount() to Count.cxx
Diffstat (limited to 'src/command/DatabaseCommands.cxx')
-rw-r--r--src/command/DatabaseCommands.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/DatabaseCommands.cxx b/src/command/DatabaseCommands.cxx
index 6e9d3caa5..0f23dc959 100644
--- a/src/command/DatabaseCommands.cxx
+++ b/src/command/DatabaseCommands.cxx
@@ -23,6 +23,7 @@
#include "db/DatabaseQueue.hxx"
#include "db/DatabasePlaylist.hxx"
#include "db/DatabasePrint.hxx"
+#include "db/Count.hxx"
#include "db/Selection.hxx"
#include "CommandError.hxx"
#include "client/Client.hxx"