Merge pull request #385 from sbraz/gcc10

Fix build with GCC 10 by adding missing include
master
Andrzej Rybczak 6 years ago committed by GitHub
commit cc6fbddb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/mpdpp.h

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

Loading…
Cancel
Save