From 02a2fbef0df2714f5fa598d82765ce463321ab56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 8 Nov 2021 21:24:46 +0100 Subject: Storage: implement Stored using call_once --- src/identity.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/identity.h') diff --git a/src/identity.h b/src/identity.h index 98db80a..e0d2803 100644 --- a/src/identity.h +++ b/src/identity.h @@ -3,8 +3,11 @@ #include #include "pubkey.h" +#include + using std::function; using std::optional; +using std::shared_future; using std::string; using std::vector; -- cgit v1.2.3