diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-21 08:54:03 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-21 08:54:06 +0200 |
commit | d360307d129d879897c00c1ced2f72adc502f486 (patch) | |
tree | a9f9f3b680a67dd829ae5447d72b6bd5c7033e4b /include | |
parent | e130d8e537869caa5597be8597fc40e787a2f35e (diff) |
Fix concurrent connection to an address
Diffstat (limited to 'include')
-rw-r--r-- | include/Channel.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Channel.hpp b/include/Channel.hpp index 34752da..8c08244 100644 --- a/include/Channel.hpp +++ b/include/Channel.hpp @@ -16,7 +16,6 @@ #include <odhtdb/Hash.hpp> #include <odhtdb/DhtKey.hpp> #include <odhtdb/Database.hpp> -#include <future> namespace dchat |