diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-07 14:35:41 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-07 14:35:41 +0100 |
commit | 74628941d5636a52ba1a4a108c8f9071f29b7fbd (patch) | |
tree | 8434a9898805ebdc7785fc575a32eaee813e2047 /src/common/dns_utils.h | |
parent | Merge pull request #2218 (diff) | |
download | monero-74628941d5636a52ba1a4a108c8f9071f29b7fbd.tar.xz |
dns_utils: add <functional> for std::function
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 { |