From 66f1ac664ae6b3a72a9e0665d7f17e5ab0a32667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 18:48:09 -0500 Subject: [PATCH] Bump third-party/miniupnp from `6f848ae` to `207cf44` (#557) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> --- CMakeLists.txt | 2 +- src/upnp.cpp | 4 ++-- third-party/miniupnp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fad60ef5..035ae69b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ set(UPNPC_BUILD_TESTS OFF CACHE BOOL "Don't build tests for miniupnpc") set(UPNPC_BUILD_SAMPLE OFF CACHE BOOL "Don't build samples for miniupnpc") set(UPNPC_NO_INSTALL ON CACHE BOOL "Don't install any libraries build for miniupnpc") add_subdirectory(third-party/miniupnp/miniupnpc) -include_directories(third-party/miniupnp) +include_directories(third-party/miniupnp/miniupnpc/include) find_package(Threads REQUIRED) find_package(OpenSSL REQUIRED) diff --git a/src/upnp.cpp b/src/upnp.cpp index a5a99e86..03aedd51 100644 --- a/src/upnp.cpp +++ b/src/upnp.cpp @@ -1,5 +1,5 @@ -#include -#include +#include +#include #include "config.h" #include "confighttp.h" diff --git a/third-party/miniupnp b/third-party/miniupnp index 6f848ae0..207cf440 160000 --- a/third-party/miniupnp +++ b/third-party/miniupnp @@ -1 +1 @@ -Subproject commit 6f848ae0821f1dd1be393edb52115f36812d3c2c +Subproject commit 207cf440a22c075cb55fb067a850be4f9c204e6e