From 74628941d5636a52ba1a4a108c8f9071f29b7fbd Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 7 Aug 2017 14:35:41 +0100 Subject: [PATCH 1/2] dns_utils: add for std::function --- src/common/dns_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 61e1358c..f1958451 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -29,6 +29,7 @@ #include #include +#include namespace tools { From 569b9b2b5072f9c5b95853c69359478523c53b94 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 7 Aug 2017 14:42:08 +0100 Subject: [PATCH 2/2] updates: add "misc_log_ex.h" for logs --- src/common/updates.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/updates.cpp b/src/common/updates.cpp index 5b1acf5f..8a057b1c 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"