diff options
Diffstat (limited to 'src/identity.h')
-rw-r--r-- | src/identity.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <erebos/identity.h> #include "pubkey.h" +#include <future> + using std::function; using std::optional; +using std::shared_future; using std::string; using std::vector; |