From 29fc438086391f24c6bc167d0dc9d5b0199b1347 Mon Sep 17 00:00:00 2001 From: PTRCoder Date: Fri, 23 Aug 2024 15:41:35 +0200 Subject: [PATCH] Fixed includes --- src/core/hle/service/ac/ac.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/ac/ac.cpp b/src/core/hle/service/ac/ac.cpp index 8de2d0ab7..6ab217d4f 100644 --- a/src/core/hle/service/ac/ac.cpp +++ b/src/core/hle/service/ac/ac.cpp @@ -21,6 +21,7 @@ #include "core/hle/service/nwm/nwm_inf.h" #include "core/hle/service/soc/soc_u.h" #include "network/network.h" +#include "network/room.h" #include "core/memory.h" SERIALIZE_EXPORT_IMPL(Service::AC::Module)