dns_utils: add <functional> for std::function

This commit is contained in:
moneromooo-monero 2017-08-07 14:35:41 +01:00
parent c63e9633b5
commit 74628941d5
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -29,6 +29,7 @@
#include <vector>
#include <string>
#include <functional>
namespace tools
{