ports/audio/ncmpcpp/files/patch-src_mpdpp.h
Thomas Zander dca9c94809 Update to upstream version 0.7.0-b1
PR:		204499
Submitted by:	yamagi@yamagi.org (maintainer)
2015-11-15 16:21:01 +00:00

19 lines
296 B
C++

--- src/mpdpp.h.orig 2015-11-09 12:51:44 UTC
+++ src/mpdpp.h
@@ -23,6 +23,7 @@
#include <cassert>
#include <exception>
+#include <random>
#include <set>
#include <vector>
@@ -587,6 +588,7 @@ private:
int m_port;
int m_timeout;
std::string m_password;
+ std::mt19937 m_gen;
};
}