aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/am/hid_registration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/hid_registration.h')
-rw-r--r--src/core/hle/service/am/hid_registration.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/am/hid_registration.h b/src/core/hle/service/am/hid_registration.h
index 67cd84961..54f42af18 100644
--- a/src/core/hle/service/am/hid_registration.h
+++ b/src/core/hle/service/am/hid_registration.h
@@ -13,9 +13,11 @@ namespace Service::HID {
class IHidServer;
}
-namespace Service::AM {
-
+namespace Service {
class Process;
+}
+
+namespace Service::AM {
class HidRegistration {
public: