diff options
Diffstat (limited to 'src/core/hle/service/apm/apm.h')
-rw-r--r-- | src/core/hle/service/apm/apm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/apm/apm.h b/src/core/hle/service/apm/apm.h index cf4c2bb11..691fe6c16 100644 --- a/src/core/hle/service/apm/apm.h +++ b/src/core/hle/service/apm/apm.h @@ -4,7 +4,9 @@ #pragma once -#include "core/hle/service/service.h" +namespace Core { +class System; +} namespace Service::APM { |