summaryrefslogtreecommitdiff
path: root/audio/ncmpcpp/files/patch-src_mpdpp.h
blob: 31c1f17e81b8785d7042e772abb6bdd223afcf4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/mpdpp.h.orig	2015-07-05 02:18:34 UTC
+++ src/mpdpp.h
@@ -23,6 +23,7 @@
 
 #include <cassert>
 #include <exception>
+#include <random>
 #include <set>
 #include <vector>
 
@@ -277,6 +278,8 @@ private:
 	std::string m_password;
 	
 	mpd_tag_type m_searched_field;
+
+	std::mt19937 m_gen;
 };
 
 }