Instance: wrap ClientList in std::unique_ptr<>

This commit is contained in:
Max Kellermann
2019-05-29 21:29:55 +02:00
parent 71a5c8b819
commit 39046bed85
3 changed files with 3 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
#include "Partition.hxx"
#include "Idle.hxx"
#include "Stats.hxx"
#include "client/List.hxx"
#ifdef ENABLE_CURL
#include "RemoteTagCache.hxx"