From f5a923b9d16e4c63942a033d1bdb2ab150aae342 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 27 Jan 2014 08:20:25 +0100 Subject: OutputAll: convert to class, move instance to class Partition Another big chunk of code for multi-player support. --- src/Partition.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Partition.cxx') diff --git a/src/Partition.cxx b/src/Partition.cxx index ea801f827..71ded4309 100644 --- a/src/Partition.cxx +++ b/src/Partition.cxx @@ -20,6 +20,7 @@ #include "config.h" #include "Partition.hxx" #include "DetachedSong.hxx" +#include "output/MultipleOutputs.hxx" void Partition::DatabaseModified() -- cgit v1.2.3