From 633fac0896db292c4542e12012841c61e223bfc4 Mon Sep 17 00:00:00 2001 From: jmlee337 Date: Wed, 13 Sep 2023 15:51:38 +0900 Subject: [PATCH] fix build error --- Source/Core/Common/NATPMP.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/NATPMP.cpp b/Source/Core/Common/NATPMP.cpp index 45c17e1e09af..a408c48d85f4 100644 --- a/Source/Core/Common/NATPMP.cpp +++ b/Source/Core/Common/NATPMP.cpp @@ -1,6 +1,7 @@ #include "Common/NATPMP.h" #include "Common/Logging/Log.h" #include +#include #ifndef _WIN32 #include