Updated include statements

This commit is contained in:
PTRCoder 2024-08-23 22:14:36 +02:00
parent 2fd28a883d
commit a061a3dcec

View File

@ -10,6 +10,9 @@
#include "core/hle/ipc_helpers.h"
#include "core/hle/service/nwm/nwm_inf.h"
#include "core/hle/service/nwm/nwm_uds.h"
#include "core/hle/service/nwm/uds_beacon.h"
#include "core/hle/service/nwm/uds_connection.h"
#include "core/hle/service/nwm/uds_data.h"
SERIALIZE_EXPORT_IMPL(Service::NWM::NWM_INF)