aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-07 14:35:41 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-08-07 14:35:41 +0100
commit74628941d5636a52ba1a4a108c8f9071f29b7fbd (patch)
tree8434a9898805ebdc7785fc575a32eaee813e2047 /src
parentMerge pull request #2218 (diff)
downloadmonero-74628941d5636a52ba1a4a108c8f9071f29b7fbd.tar.xz
dns_utils: add <functional> for std::function
Diffstat (limited to 'src')
-rw-r--r--src/common/dns_utils.h1
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
{