diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-07 16:01:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-07 16:01:22 +0200 |
commit | 9fc78023e247038d1f259f49df5d769c25b6a203 (patch) | |
tree | 6d378f1c3b1ec89cb300e32e65a8427acf9760e7 /src/common/dns_utils.h | |
parent | Merge pull request #2218 (diff) | |
parent | updates: add "misc_log_ex.h" for logs (diff) | |
download | monero-9fc78023e247038d1f259f49df5d769c25b6a203.tar.xz |
Merge pull request #2259
569b9b2b updates: add "misc_log_ex.h" for logs (moneromooo-monero)
74628941 dns_utils: add <functional> for std::function (moneromooo-monero)
Diffstat (limited to 'src/common/dns_utils.h')
-rw-r--r-- | src/common/dns_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 61e1358ca..f19584516 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -29,6 +29,7 @@ #include <vector> #include <string> +#include <functional> namespace tools { |