From d2bb8ea735dbc5e63eddd04e52b04dca2071d239 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