blob: 4f759bca6f1d63c3bb57ce30ac2790c9505c2e87 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/util/random.hpp
+++ b/src/util/random.hpp
@@ -3,6 +3,7 @@
#include <random>
#include <string>
#include <algorithm>
+#include <functional>
namespace util {
template <
|