From 5823e98c76d170f15e486d7467a447c8c27751c2 Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Wed, 29 Mar 2017 03:07:09 +0200 Subject: [PATCH] rng: add missing header --- include/opendht/rng.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/opendht/rng.h b/include/opendht/rng.h index 93dbe927..f4fff51e 100644 --- a/include/opendht/rng.h +++ b/include/opendht/rng.h @@ -21,6 +21,7 @@ #include <random> #include <algorithm> +#include <functional> namespace dht { namespace crypto { -- GitLab