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)