From 63f7b6853ce111a4fae83cfff8f75e08dc81655d Mon Sep 17 00:00:00 2001 From: clemahieu Date: Tue, 2 Nov 2021 12:41:05 +0000 Subject: [PATCH] Updating miniupnp to v2.2.3 (#3541) * Updating miniupnp to v2.2.3 * Update include paths for miniupnp update. --- miniupnp | 2 +- nano/node/portmapping.cpp | 4 ++-- nano/node/portmapping.hpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/miniupnp b/miniupnp index 81029a86..2df81203 160000 --- a/miniupnp +++ b/miniupnp @@ -1 +1 @@ -Subproject commit 81029a860baf1f727903e5b85307903b3f40cbc8 +Subproject commit 2df8120326ed4246e049a7a6de707539604cd514 diff --git a/nano/node/portmapping.cpp b/nano/node/portmapping.cpp index efb09f0c..12146d27 100644 --- a/nano/node/portmapping.cpp +++ b/nano/node/portmapping.cpp @@ -1,8 +1,8 @@ #include #include -#include -#include +#include +#include #include #include diff --git a/nano/node/portmapping.hpp b/nano/node/portmapping.hpp index e5e8539e..7c355074 100644 --- a/nano/node/portmapping.hpp +++ b/nano/node/portmapping.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include #include