Merge pull request #385 from sbraz/gcc10

Fix build with GCC 10 by adding missing include
This commit is contained in:
Andrzej Rybczak
2020-05-25 12:13:41 +02:00
committed by GitHub

View File

@@ -25,6 +25,7 @@
#include <exception>
#include <random>
#include <set>
#include <stdexcept>
#include <vector>
#include <mpd/client.h>