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 | |
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)
-rw-r--r-- | src/common/dns_utils.h | 1 | ||||
-rw-r--r-- | src/common/updates.cpp | 1 |
2 files changed, 2 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 { diff --git a/src/common/updates.cpp b/src/common/updates.cpp index 5b1acf5fa..8a057b1cf 100644 --- a/src/common/updates.cpp +++ b/src/common/updates.cpp @@ -26,6 +26,7 @@ // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#include "misc_log_ex.h" #include "util.h" #include "dns_utils.h" #include "updates.h" |