From b1d1757eaabe551a4ed3219cb9d65036cc2da748 Mon Sep 17 00:00:00 2001 From: PTRCoder Date: Fri, 23 Aug 2024 17:26:24 +0200 Subject: [PATCH] Updated includes --- src/core/hle/service/nwm/nwm_inf.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/hle/service/nwm/nwm_inf.cpp b/src/core/hle/service/nwm/nwm_inf.cpp index 4880dc4c7..6a33cd06a 100644 --- a/src/core/hle/service/nwm/nwm_inf.cpp +++ b/src/core/hle/service/nwm/nwm_inf.cpp @@ -5,6 +5,8 @@ #include #include "common/archives.h" #include "core/core.h" +#include "core/hle/ipc.h" +#include "core/hle/ipc_helpers.h" #include "core/hle/service/nwm/nwm_inf.h" #include "core/hle/service/nwm/nwm_uds.h"